Skip to content

Commit 9933961

Browse files
committed
CI: Do apt update before install
1 parent d2038c2 commit 9933961

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141

4242
- name: Install requirements on ubuntu
4343
run: |
44+
sudo apt update
4445
sudo apt install -y --no-install-recommends \
4546
libczmq-dev \
4647
python3 \

0 commit comments

Comments
 (0)