We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15f9c5b commit 43413a9Copy full SHA for 43413a9
.github/workflows/myaction.yml
@@ -17,5 +17,5 @@ jobs:
17
18
- name: check build
19
run: |
20
- g++ hello_world.cpp -o hello_world
+ g++ hello_world.cpp -Wall -o hello_world
21
./hello_world
0 commit comments