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 f73e052 commit 7451a3bCopy full SHA for 7451a3b
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
run: sudo apt-get install -y build-essential valgrind cmake libssl-dev
19
20
- name: Install libxutils
21
- run: ./build.sh --install --examples --tools
+ run: ./build.sh --tool=cmake --examples --tools --install
22
23
- name: Check versions
24
run: |
0 commit comments