We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791e5fd commit e828afcCopy full SHA for e828afc
.github/workflows/linux-Windows-macOS-sunOS.yml
@@ -24,7 +24,7 @@ jobs:
24
prepare: pkg install cmake
25
run: |
26
mkdir build && cd build
27
- mkdir c89stringutils_tests/test_downloads
+ mkdir -p c89stringutils_tests/test_downloads
28
/opt/ooce/bin/wget https://raw.githubusercontent.com/silentbicycle/greatest/11a6af1/greatest.h -o c89stringutils_tests/test_downloads/greatest.h
29
/opt/ooce/bin/cmake -DCMAKE_BUILD_TYPE="Debug" ..
30
/opt/ooce/bin/cmake --build .
0 commit comments