Browse Source

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 <ynezz@true.cz>
(cherry picked from commit b1355832a0)
lilik-openwrt-22.03
Petr Štetiar 2 years ago
parent
commit
4ac25793f9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/multi-arch-test-build.yml

+ 2
- 2
.github/workflows/multi-arch-test-build.yml View File

@ -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


Loading…
Cancel
Save