Skip to content

Commit

Permalink
Update build_and_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gittiver authored Dec 2, 2024
1 parent a8ca7ed commit 9c83ec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:

- name: Save report
uses: actions/upload-artifact@v4
if: matrix.os == 'ubuntu-latest' && matrix.compiler == 'gcc' && matrix.cxx_stdlib == 'libstdc++'
if: matrix.os == 'ubuntu-latest'
with:
name: coveralls.json
path: coveralls.json
Expand Down

0 comments on commit 9c83ec4

Please sign in to comment.