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 13b61cb commit b25dd75Copy full SHA for b25dd75
.github/workflows/coverage.yml
@@ -15,7 +15,7 @@ jobs:
15
uses: actions/checkout@v4
16
- name: Install Requirements for Coverage Testing
17
run: |
18
- apt update && apt install -y lcov gpg
+ apt update && apt install -y lcov gpg curl
19
- name: Building
20
21
cmake -B build -DENABLE_COVERAGE=ON -DBUILD_TESTING=ON -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON -DENABLE_LIBRI=ON -DENABLE_PAW=ON -DENABLE_GOOGLEBENCH=ON -DENABLE_RAPIDJSON=ON
0 commit comments