mirror of https://github.com/lapce/lapce.git
ci: use edge branch for alpinelinux (#1743)
This commit is contained in:
parent
c355bb2fe2
commit
b6bc7f954d
|
@ -172,6 +172,7 @@ jobs:
|
||||||
uses: jirutka/setup-alpine@v1
|
uses: jirutka/setup-alpine@v1
|
||||||
with:
|
with:
|
||||||
arch: x86_64
|
arch: x86_64
|
||||||
|
branch: edge
|
||||||
packages: ${{ env.PACKAGES }}
|
packages: ${{ env.PACKAGES }}
|
||||||
volumes: ${{ steps.alpine-target.outputs.root-path }}:${{ env.CROSS_SYSROOT }}
|
volumes: ${{ steps.alpine-target.outputs.root-path }}:${{ env.CROSS_SYSROOT }}
|
||||||
shell-name: alpine.sh
|
shell-name: alpine.sh
|
||||||
|
|
Loading…
Reference in New Issue