install gettext-base

This commit is contained in:
Earl Warren 2023-10-26 21:31:06 +02:00
parent 4dcb75f7fe
commit 6c5da9ae9c
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 1 additions and 7 deletions

View file

@ -11,12 +11,6 @@ jobs:
container:
image: 'docker.io/node:20-bookworm'
steps:
- 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
uses: https://code.forgejo.org/actions/cache@v3