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
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.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 |
|
|
|