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 c8792df commit 32f1c82Copy full SHA for 32f1c82
1 file changed
.github/workflows/verify_compile.yml
@@ -13,4 +13,4 @@ jobs:
13
run: sudo apt-get update && sudo apt-get install -y g++
14
15
- name: Compile main.cpp
16
- run: g++ -o main include/main.cpp
+ run: g++ -o main main.cpp
0 commit comments