From: Petr Štetiar Date: Thu, 24 Mar 2022 08:17:27 +0000 (+0100) Subject: ci: use openwrt/gh-action-sdk@v4 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4ac25793f9a84ee3b11e0fc496b67a7981c80fef;p=feed%2Fpackages.git ci: use openwrt/gh-action-sdk@v4 In order to use feeds from GH mirror for GH actions, thus saving a lot of resources being wasted. Signed-off-by: Petr Štetiar (cherry picked from commit b1355832a05f96d96081044a90b4c9137eb15fad) --- diff --git a/.github/workflows/multi-arch-test-build.yml b/.github/workflows/multi-arch-test-build.yml index 5481007912..3aa71c26b6 100644 --- a/.github/workflows/multi-arch-test-build.yml +++ b/.github/workflows/multi-arch-test-build.yml @@ -22,7 +22,7 @@ jobs: - arch: mips_24kc target: ath79-generic runtime_test: false - + - arch: mipsel_24kc target: mt7621 runtime_test: false @@ -87,7 +87,7 @@ jobs: echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV - name: Build - uses: openwrt/gh-action-sdk@v3 + uses: openwrt/gh-action-sdk@v4 env: ARCH: ${{ matrix.arch }}-${{ env.BRANCH }} FEEDNAME: packages_ci