We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c3ae2 commit 671a469Copy full SHA for 671a469
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
# - name: Install gcovr
17
# run: pip3 install gcovr==5.0
18
- name: Install apt dependencies
19
- run: sudo apt install -y libbsd-dev python3-pip pkg-config libcurl4-openssl-dev libzmq3-dev libpython3.12t64 valgrind
+ run: sudo apt update -y && sudo apt install -y libbsd-dev python3-pip pkg-config libcurl4-openssl-dev libzmq3-dev libpython3.12t64 valgrind
20
- name: Install pip dependencies
21
run: pip3 install --break-system-packages meson ninja
22
# - uses: BSFishy/meson-build@v1.0.3
0 commit comments