Skip to content

Commit

Permalink
Update actions/coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
agievich committed May 10, 2024
1 parent a4dc165 commit 32f4699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v3
- name: Configure CMake
run: >
CXX=g++-9 cmake -B ${{github.workspace}}/build
CXX=g++-8 cmake -B ${{github.workspace}}/build
-DCMAKE_BUILD_TYPE=Coverage
- name: Build
run: cmake --build ${{github.workspace}}/build
Expand Down

0 comments on commit 32f4699

Please sign in to comment.