Skip to content

Commit 43413a9

Browse files
authored
Enable warnings during C++ build
1 parent 15f9c5b commit 43413a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/myaction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717

1818
- name: check build
1919
run: |
20-
g++ hello_world.cpp -o hello_world
20+
g++ hello_world.cpp -Wall -o hello_world
2121
./hello_world

0 commit comments

Comments
 (0)