Skip to content

Commit 78ca21f

Browse files
committed
properly log outputs
1 parent 149e95a commit 78ca21f

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
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- run: |
17-
g++ -Wall -Wextra -o test source.cpp 2>&1 > compilation.log
17+
g++ -Wall -Wextra -o test source.cpp > compilation.log 2>&1
1818
- uses: actions/upload-artifact@v4
1919
with:
2020
name: compilation_log

0 commit comments

Comments
 (0)