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 420affa commit 60c122c
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++ cmake -B ${{github.workspace}}/build
CXX=g++-13 cmake -B ${{github.workspace}}/build
-DCMAKE_BUILD_TYPE=Coverage
- name: Build
run: cmake --build ${{github.workspace}}/build
Expand Down

0 comments on commit 60c122c

Please sign in to comment.