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 6708209 commit c9b1794Copy full SHA for c9b1794
.github/workflows/pull.yml
@@ -62,6 +62,7 @@ jobs:
62
timeout: 90
63
script: |
64
set -ex
65
+ dnf -y install libatomic
66
cmake -DCMAKE_BUILD_TYPE=Debug test -Bbuild/test
67
cmake --build build/test -j9 --config Debug
68
pushd build/test && ctest && popd
0 commit comments