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
)
This commit is contained in:
parent
c1f48576f7
commit
4ac25793f9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/multi-arch-test-build.yml
vendored
4
.github/workflows/multi-arch-test-build.yml
vendored
|
@ -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…
Reference in a new issue