From af1ea5b990b6415651bd0f6ee24be9e20153b2ab Mon Sep 17 00:00:00 2001 From: Christian Hopps Date: Sun, 23 Jul 2023 04:46:27 +0000 Subject: [PATCH] ci: update buildroot tag to match iptfs-dev/Makefile --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75656cc334e363..52a07f4346982e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -156,7 +156,7 @@ jobs: repository: LabNConsulting/iptfs-dev - name: Checkout buildroot source repository - run: git clone --depth 1 git://git.buildroot.net/buildroot buildroot -b 2022.08 + run: git clone --depth 1 git://git.buildroot.net/buildroot buildroot -b 2023.05 - name: Checkout iproute2 repository uses: actions/checkout@v3