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 0e93449 commit 8c05027Copy full SHA for 8c05027
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
dependencies: "brew install openssl"
33
make: |
34
mkdir -p build && cd build
35
- cmake -DCOUNTLY_BUILD_TESTS=1 ..
+ cmake -DCOUNTLY_BUILD_TESTS=1
36
cmake --build . --config Release
37
ctest --output-on-failure
38
- os: ubuntu-24.04
@@ -45,7 +45,7 @@ jobs:
45
libssl-dev
46
47
48
49
50
51
0 commit comments