Fix
This commit is contained in:
parent
7049b0a40f
commit
812dc3109e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
version: ${{ steps.build_socat.outputs.PACKAGED_VERSION }}
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: sudo apk update && sudo apk add bash node && sudo bash build/install_deps_alpine.sh
|
||||
run: sudo apk update && sudo apk add bash nodejs && sudo bash build/install_deps_alpine.sh
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue