Skip to content

Commit 32f1c82

Browse files
committed
fixing ci job
1 parent c8792df commit 32f1c82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify_compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ jobs:
1313
run: sudo apt-get update && sudo apt-get install -y g++
1414

1515
- name: Compile main.cpp
16-
run: g++ -o main include/main.cpp
16+
run: g++ -o main main.cpp

0 commit comments

Comments
 (0)