We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6f586e commit 7e9cf0dCopy full SHA for 7e9cf0d
.github/workflows/build-linux.yml
@@ -11,7 +11,7 @@ jobs:
11
- name: Configure toolchain
12
run: |
13
sudo apt update
14
- sudo apt install valgrind cloc python3-pip python3-venv
+ sudo apt install valgrind cloc
15
- name: Configure project
16
run: >
17
cmake -S. -Bbuild
0 commit comments