diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16248b1..cdc293e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,8 +30,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Install vips - run: sudo apt install -y --no-install-recommends libvips + - name: Install libvips + run: | + sudo apt-get update + sudo apt-get install --no-install-recommends libvips - name: Install composer dependencies run: |