From e7a61dfbb464cb555795c1f8b5444097a90a9486 Mon Sep 17 00:00:00 2001 From: Codex Date: Tue, 19 May 2026 18:37:45 +0200 Subject: [PATCH] Install autopoint in release Linux jobs --- .github/workflows/release-publish.yml | 2 +- .github/workflows/release-verify.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)