We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149e95a commit 78ca21fCopy full SHA for 78ca21f
1 file changed
.github/workflows/test.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
- run: |
17
- g++ -Wall -Wextra -o test source.cpp 2>&1 > compilation.log
+ g++ -Wall -Wextra -o test source.cpp > compilation.log 2>&1
18
- uses: actions/upload-artifact@v4
19
with:
20
name: compilation_log
0 commit comments