install dependencies
This commit is contained in:
parent
9fe0f95dbf
commit
4dcb75f7fe
1 changed files with 5 additions and 1 deletions
|
@ -11,7 +11,11 @@ jobs:
|
|||
container:
|
||||
image: 'docker.io/node:20-bookworm'
|
||||
steps:
|
||||
- run: apt-get install -y -qq zstd
|
||||
- name: install dependencies
|
||||
run: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
apt-get update -qq
|
||||
apt-get install --no-install-recommends -qq -y git-lfs zstd
|
||||
|
||||
- name: cache S3 binaries
|
||||
id: S3
|
||||
|
|
Loading…
Add table
Reference in a new issue