fix
This commit is contained in:
parent
b8217f4b48
commit
05f81a1fa0
1 changed files with 9 additions and 1 deletions
|
@ -10,7 +10,6 @@ jobs:
|
||||||
version: ${{ steps.build_socat.outputs.PACKAGED_VERSION }}
|
version: ${{ steps.build_socat.outputs.PACKAGED_VERSION }}
|
||||||
steps:
|
steps:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
#run: sudo apk update && sudo apk add bash nodejs && sudo bash build/install_deps_alpine.sh
|
|
||||||
run: sudo apk update && sudo apk add bash nodejs git-lfs
|
run: sudo apk update && sudo apk add bash nodejs git-lfs
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
@ -37,6 +36,15 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: muslcc/x86_64:x86_64-linux-musl
|
container: muslcc/x86_64:x86_64-linux-musl
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: sudo apk update && sudo apk add bash nodejs git-lfs
|
||||||
|
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install build dependencies
|
||||||
|
run: sudo bash build/install_deps_alpine.sh
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue