We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15b327a commit 9990132Copy full SHA for 9990132
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v4
16
- run: |
17
cmake -S . -B build
18
- echo "#cppwarningnotifier commit=${{ github.sha }}\n" >> compilation.log
+ echo -e "#cppwarningnotifier commit=${{ github.sha }}\n" >> compilation.log
19
cmake --build build >> compilation.log 2>&1
20
- uses: actions/upload-artifact@v4
21
with:
0 commit comments