diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0858ca7af..71703bae1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,9 @@ jobs: with: perl-version: ${{ matrix.perl }} + - name: update + run: sudo apt update -y + - name: Binary dependencies run: | # * These were taken from the installation instruction. @@ -104,6 +107,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