Skip to content

Commit c0146ef

Browse files
authored
misd: create build directory before running build script
1 parent a83cb52 commit c0146ef

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818

1919
- name: build
2020
run: |
21+
mkdir build
2122
cd build
2223
../build.sh
2324

0 commit comments

Comments
 (0)