We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a82185 commit 384f664Copy full SHA for 384f664
1 file changed
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
compilation_outputs: ${{ steps.compile.outputs }}
16
steps:
17
- uses: actions/checkout@v4
18
- - run: g++ -Wall -Wextra -o test source.cpp 2 > $GITHUB_OUTPUT
+ - run: g++ -Wall -Wextra -o test source.cpp 2> $GITHUB_OUTPUT
19
id: compile
20
- run: ./test
21
0 commit comments