Skip to content

Commit 04431d7

Browse files
nojbmalc
authored andcommitted
Ubuntu CI: make apt update before apt install
1 parent b61e647 commit 04431d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
run: mkdir build && sh misc/getmupdf.sh build/mupdf
2121
- name: Install prerquisites
2222
if: matrix.os == 'ubuntu-latest'
23-
run: sudo apt-get install libgl1-mesa-dev ccache
23+
run: |
24+
sudo apt-get update
25+
sudo apt-get install libgl1-mesa-dev ccache
2426
- name: build
2527
if: matrix.os == 'ubuntu-latest'
2628
run: bash ahbs

0 commit comments

Comments
 (0)