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 32f1c82 commit 3352288Copy full SHA for 3352288
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 main.cpp
+ run: g++ -o main verify_compile.cpp
0 commit comments