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