Skip to content

Commit 2a03683

Browse files
committed
CI: Do apt update before install
1 parent 39d8a3e commit 2a03683

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ubuntu.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535

3636
- name: Install requirements on ubuntu
3737
run: |
38+
sudo apt update
3839
sudo apt install -y --no-install-recommends \
3940
libczmq-dev \
4041
python3 \

0 commit comments

Comments
 (0)