Ubuntu CI: make apt update before apt install

This commit is contained in:
Nicolás Ojeda Bär 2022-03-13 22:16:44 +01:00 committed by malc
parent b61e64783c
commit 04431d79a4
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@ jobs:
run: mkdir build && sh misc/getmupdf.sh build/mupdf
- name: Install prerquisites
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install libgl1-mesa-dev ccache
run: |
sudo apt-get update
sudo apt-get install libgl1-mesa-dev ccache
- name: build
if: matrix.os == 'ubuntu-latest'
run: bash ahbs