install gettext-base
This commit is contained in:
parent
4dcb75f7fe
commit
6c5da9ae9c
2 changed files with 1 additions and 7 deletions
|
@ -42,7 +42,7 @@ function log_info() {
|
||||||
function dependencies() {
|
function dependencies() {
|
||||||
maybe_sudo
|
maybe_sudo
|
||||||
if ! which curl daemon jq git-lfs > /dev/null ; then
|
if ! which curl daemon jq git-lfs > /dev/null ; then
|
||||||
$SUDO apt-get install -y -qq curl daemon git-lfs jq sqlite3
|
$SUDO apt-get install -y -qq curl daemon git-lfs jq sqlite3 gettext-base
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! test -f /usr/local/bin/mc || ! test -f /usr/local/bin/minio > /dev/null ; then
|
if ! test -f /usr/local/bin/mc || ! test -f /usr/local/bin/minio > /dev/null ; then
|
||||||
|
|
|
@ -11,12 +11,6 @@ jobs:
|
||||||
container:
|
container:
|
||||||
image: 'docker.io/node:20-bookworm'
|
image: 'docker.io/node:20-bookworm'
|
||||||
steps:
|
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
|
- name: cache S3 binaries
|
||||||
id: S3
|
id: S3
|
||||||
uses: https://code.forgejo.org/actions/cache@v3
|
uses: https://code.forgejo.org/actions/cache@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue