Skip to content

Commit 69063d6

Browse files
authored
Fix action failed
1 parent ceccaf6 commit 69063d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: cmake
13-
run: cd workspace && cmake .
13+
run: cd src && cmake .
1414
- name: make
15-
run: cd workspace && make
15+
run: cd src && make

0 commit comments

Comments
 (0)