install dependencies

This commit is contained in:
Earl Warren 2023-10-26 21:27:04 +02:00
parent 9fe0f95dbf
commit 4dcb75f7fe
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -11,7 +11,11 @@ jobs:
container: container:
image: 'docker.io/node:20-bookworm' image: 'docker.io/node:20-bookworm'
steps: 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 - name: cache S3 binaries
id: S3 id: S3