This commit is contained in:
Benjamin Collet 2024-12-17 20:27:58 +01:00
parent b8217f4b48
commit 05f81a1fa0
Signed by: bcollet
SSH key fingerprint: SHA256:8UJspOIcCOS+MtSOcnuq2HjKFube4ox1s/+A62ixov4

View file

@ -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