Skip to content

Commit 384f664

Browse files
committed
fix
1 parent 3a82185 commit 384f664

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
compilation_outputs: ${{ steps.compile.outputs }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- run: g++ -Wall -Wextra -o test source.cpp 2 > $GITHUB_OUTPUT
18+
- run: g++ -Wall -Wextra -o test source.cpp 2> $GITHUB_OUTPUT
1919
id: compile
2020
- run: ./test
2121

0 commit comments

Comments
 (0)