Skip to content

Commit c98e6d7

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/c-cpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- name: cmake
18-
run: cmake ..
18+
run: cmake .
1919
- name: make
20-
run: make
20+
run: make ./build
2121
- name: run
2222
run: ./JunLang.exe
2323
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)