Skip to content

Commit

Permalink
bsd make doesn't have a -O option, removing
Browse files Browse the repository at this point in the history
  • Loading branch information
evolarjun committed Jan 28, 2025
1 parent 274184c commit 3700ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mac_ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
brew install blast
brew install hmmer
- name: make
run: make -j -O
run: make -j
- name: download db
run: ./amrfinder -u
- name: Software and DB versions
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
brew install blast
brew install hmmer
- name: make
run: make -j -O
run: make -j
- name: download db
run: ./amrfinder -u
- name: Software and DB versions
Expand Down

0 comments on commit 3700ea8

Please sign in to comment.