This commit is contained in:
parent
1557fe18a1
commit
c628724ebc
1 changed files with 2 additions and 1 deletions
|
|
@ -10,8 +10,9 @@ jobs:
|
|||
steps:
|
||||
- name: setup node
|
||||
run: |
|
||||
apk add --no-cache libc6-compat git zstd docker
|
||||
apk add --no-cache libc6-compat git zstd docker docker-cli
|
||||
apk update
|
||||
addgroup $(whoami) docker
|
||||
yarn set version canary
|
||||
yarn config set nodeLinker node-modules
|
||||
- name: checkout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue