mirror of
https://github.com/openwrt/luci.git
synced 2025-12-21 17:04:35 +04:00
ci: upgrade openwrt/gh-action-sdk workflow to v7
With the change of the Docker container not including pre-built binaries [1], the previous version of the workflow fails as it still expects those to be present in the upstream container while the new versions runs a file called setup.sh if present to configure the container. By upgrading openwrt/gh-action-sdk workflow to v7, we make sure that setup.sh is run and configures the container [2]. [1]9b55784b18[2]0c00b28c11Signed-off-by: Daniel Nilsson <dannil+github@protonmail.com>
This commit is contained in:
committed by
Hannu Nyman
parent
09e8d5108e
commit
69d379af9a
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
|
||||
|
||||
- name: Build
|
||||
uses: openwrt/gh-action-sdk@v5
|
||||
uses: openwrt/gh-action-sdk@v7
|
||||
env:
|
||||
ARCH: ${{ matrix.arch }}-${{ env.BRANCH }}
|
||||
FEEDNAME: packages_ci
|
||||
|
||||
Reference in New Issue
Block a user