Skip to content

Commit 7e56872

Browse files
committed
remove quote
1 parent 527cabd commit 7e56872

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.log }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- run: echo "log=`g++ -Wall -Wextra -o test source.cpp 2>&1`"" >> $GITHUB_OUTPUT
18+
- run: echo "log=`g++ -Wall -Wextra -o test source.cpp 2>&1`" >> $GITHUB_OUTPUT
1919
id: compile
2020
- run: ./test
2121

0 commit comments

Comments
 (0)