Skip to content

Commit 4ef36cb

Browse files
Update c-cpp.yml
1 parent a187d6b commit 4ef36cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: cmake
18-
run: cmake .
18+
run: cmake ..
1919
- name: make
2020
run: make
2121
- name: run

0 commit comments

Comments
 (0)