Browse Source

Merge pull request #18141 from ynezz/ynezz/gh-action-sdk-v4-openwrt-22.03

[22.03] ci: use openwrt/gh-action-sdk@v4
lilik-openwrt-22.03
Petr Štetiar 2 years ago
committed by GitHub
parent
commit
ec1fa62ba8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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