Skip to content

Commit

Permalink
Always use mkdir -p
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed Feb 8, 2024
1 parent 4728669 commit f2e5f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build_hermes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ ctest -VV

# Run make install unit test
cd /hermes/test/unit/external
mkdir build
mkdir -p build
cd build
cmake ../
make -j4

0 comments on commit f2e5f5a

Please sign in to comment.