File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 view-path : /cvmfs/${{ matrix.release }}
2727 run : |
2828 echo "::group::Run CMake"
29- mkdir build install
29+ mkdir -p build install
3030 cd build
3131 cmake -DENABLE_SIO=ON \
3232 -DENABLE_JULIA=OFF \
Original file line number Diff line number Diff line change 3636 release-platform : LCG_106b/x86_64-el9-${{ matrix.compiler }}-opt
3737 run : |
3838 echo "::group::Run CMake"
39- mkdir build
39+ mkdir -p build
4040 cd build
4141 cmake -DCMAKE_BUILD_TYPE=Debug \
4242 -DUSE_SANITIZER=${{ matrix.sanitizer }} \
Original file line number Diff line number Diff line change 2626 run : |
2727 echo "::group::Run CMake"
2828 export JULIA_DEPOT_PATH="$(mktemp -d -p /tmp -t julia_depot_XXXXX):"
29- mkdir build install
29+ mkdir -p build install
3030 cd build
3131 cmake -DENABLE_SIO=ON \
3232 -DENABLE_JULIA=ON \
You can’t perform that action at this time.
0 commit comments