Skip to content

Commit 9990132

Browse files
committed
add -e option
1 parent 15b327a commit 9990132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@v4
1616
- run: |
1717
cmake -S . -B build
18-
echo "#cppwarningnotifier commit=${{ github.sha }}\n" >> compilation.log
18+
echo -e "#cppwarningnotifier commit=${{ github.sha }}\n" >> compilation.log
1919
cmake --build build >> compilation.log 2>&1
2020
- uses: actions/upload-artifact@v4
2121
with:

0 commit comments

Comments
 (0)