Skip to content

Commit b4e8bbd

Browse files
authored
Update build directory creation command
1 parent bae688b commit b4e8bbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/c-cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919

2020
- name: Build
2121
run: |
22-
mkdir build && cd build
22+
mkdir -p build && cd build
2323
cmake ..
2424
make -j$(nproc)

0 commit comments

Comments
 (0)