Skip to content

Commit

Permalink
try fixing pkg-test
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 5, 2023
1 parent 2525406 commit 109c789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ compile:

nextflow:
if [ ! -d "$(NF_DIR)" ]; then git clone https://github.com/nextflow-io/nextflow.git "$(NF_DIR)"; fi
pushd "$(NF_DIR)"; git checkout && make compile && git restore .; popd
cd "$(NF_DIR)"; git checkout && make compile && git restore .; cd ..

compile-all: nextflow compile

Expand Down

0 comments on commit 109c789

Please sign in to comment.