Fix
This commit is contained in:
parent
6ea45868db
commit
7049b0a40f
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ jobs:
|
||||||
outputs:
|
outputs:
|
||||||
version: ${{ steps.build_socat.outputs.PACKAGED_VERSION }}
|
version: ${{ steps.build_socat.outputs.PACKAGED_VERSION }}
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install dependencies
|
||||||
|
run: sudo apk update && sudo apk add bash node && sudo bash build/install_deps_alpine.sh
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: sudo apk update && sudo apk add bash && sudo bash build/install_deps_alpine.sh
|
|
||||||
|
|
||||||
- name: Install testing dependencies
|
- name: Install testing dependencies
|
||||||
run: apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing yodl
|
run: apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing yodl
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue