From 489cffadd27b84351136d06bcb5ddd5a7eec81a8 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 18 May 2022 06:51:23 -0700 Subject: [PATCH] Revert "ci: Use openwrt/gh-action-sdk@v5" This reverts commit 7b7265293f953c71a65099ecbdbfbaf5f14bf4f8. --- .github/workflows/multi-arch-test-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index f8a907b153..ed5dc366ab 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -87,7 +87,7 @@ jobs: echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV - name: Build - uses: openwrt/gh-action-sdk@v5 + uses: openwrt/gh-action-sdk@v4 env: ARCH: ${{ matrix.arch }}-${{ env.BRANCH }} FEEDNAME: packages_ci