From 96fc7e3dd6143049c1fe09f061bd57b8d97b89a9 Mon Sep 17 00:00:00 2001 From: Michael Timbert Date: Tue, 16 Jun 2026 09:24:36 +0200 Subject: [PATCH] CI: force update --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f46621..b13a0ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,9 @@ jobs: with: perl-version: ${{ matrix.perl }} + - name: update + run: sudo apt update -y + - name: Install binary dependencies run: | # * These were taken from the installation instruction. @@ -117,6 +120,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: update + run: sudo apt update -y + - name: apt install run: sudo apt-get install -y build-essential git libmodule-install-perl gettext