Fixme
This commit is contained in:
parent
812dc3109e
commit
ece3fbdb10
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ 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 && sudo bash build/install_deps_alpine.sh
|
||||||
|
run: sudo apk update && sudo apk add bash nodejs
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
Loading…
Reference in a new issue