From 3700ea81362a22348b362495e654ff412fc37f9c Mon Sep 17 00:00:00 2001 From: Arjun Prasad Date: Tue, 28 Jan 2025 12:56:44 -0500 Subject: [PATCH] bsd make doesn't have a -O option, removing --- .github/workflows/mac_ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mac_ccpp.yml b/.github/workflows/mac_ccpp.yml index f9f4f7f..5990410 100644 --- a/.github/workflows/mac_ccpp.yml +++ b/.github/workflows/mac_ccpp.yml @@ -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 @@ -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