Skip to content

Commit 15b327a

Browse files
committed
add pragma
1 parent e480913 commit 15b327a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

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

0 commit comments

Comments
 (0)