Skip to content

Commit

Permalink
Fix tests #1 of ?
Browse files Browse the repository at this point in the history
  • Loading branch information
MrCreosote committed Apr 29, 2024
1 parent 75b730b commit ab10e9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
wget https://github.com/marbl/Mash/releases/download/v2.0/mash-Linux64-v2.0.tar
tar -xf mash-Linux64-v2.0.tar
cd mash-Linux64-v2.0
MP = `pwd`
MP=`pwd`
echo "MASH_PATH=$MP" >> "$GITHUB_ENV"
cd ..
Expand Down

0 comments on commit ab10e9a

Please sign in to comment.