diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bbb377c..c99d4f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - uses: seanmiddleditch/gha-setup-ninja@master - name: Prepare Linux if: ${{ runner.os == 'Linux' }} - run: sudo apt install libgl1-mesa-dev libglu1-mesa-dev + run: sudo apt update && sudo apt install libgl1-mesa-dev libglu1-mesa-dev - name: Set up cache uses: actions/cache@v2 with: @@ -69,4 +69,4 @@ jobs: with: name: AltCraft-nightly-b${{ github.run_number }}-${{ matrix.platform.name }}-${{ matrix.build_type }} path: ${{ github.workspace }}/package -
\ No newline at end of file + |