fix
This commit is contained in:
parent
ece3fbdb10
commit
b8217f4b48
1 changed files with 4 additions and 1 deletions
|
@ -11,11 +11,14 @@ jobs:
|
||||||
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
|
run: sudo apk update && sudo apk add bash nodejs git-lfs
|
||||||
|
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Install build dependencies
|
||||||
|
run: 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