diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 4b456120..fb494a35 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -161,7 +161,7 @@ jobs: -o Acquire::http::Timeout=30 \ -o Acquire::https::Timeout=30 \ install -y --no-install-recommends \ - automake build-essential clang curl git pkg-config unzip \ + automake autopoint build-essential clang curl git pkg-config unzip \ musl-tools php-cli composer re2c bison - name: Install toolchain (windows) diff --git a/.github/workflows/release-verify.yml b/.github/workflows/release-verify.yml index 623754b3..dcdb18a6 100644 --- a/.github/workflows/release-verify.yml +++ b/.github/workflows/release-verify.yml @@ -138,7 +138,7 @@ jobs: -o Acquire::http::Timeout=30 \ -o Acquire::https::Timeout=30 \ install -y --no-install-recommends \ - automake build-essential clang curl git pkg-config unzip \ + automake autopoint build-essential clang curl git pkg-config unzip \ musl-tools php-cli composer re2c bison - name: Install toolchain (windows)