Skip to content

Commit

Permalink
remove -f on mkdir
Browse files Browse the repository at this point in the history
  • Loading branch information
markcmiller86 committed Jul 30, 2024
1 parent 9bb5d54 commit 1211b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: build
run: |
mkdir -f silo-main-build
mkdir silo-main-build
cd silo-main-build
../Silo/configure --prefix=`pwd`/myinstall
make -j 8 install
Expand Down

0 comments on commit 1211b94

Please sign in to comment.