Skip to content

Commit e828afc

Browse files
committed
[.github/workflows/linux-Windows-macOS-sunOS.yml] mkdirp
1 parent 791e5fd commit e828afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-Windows-macOS-sunOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
prepare: pkg install cmake
2525
run: |
2626
mkdir build && cd build
27-
mkdir c89stringutils_tests/test_downloads
27+
mkdir -p c89stringutils_tests/test_downloads
2828
/opt/ooce/bin/wget https://raw.githubusercontent.com/silentbicycle/greatest/11a6af1/greatest.h -o c89stringutils_tests/test_downloads/greatest.h
2929
/opt/ooce/bin/cmake -DCMAKE_BUILD_TYPE="Debug" ..
3030
/opt/ooce/bin/cmake --build .

0 commit comments

Comments
 (0)