Skip to content

Commit

Permalink
Get stack 2.5.1 from GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
tjurtsch committed Nov 12, 2020
1 parent 7f9f044 commit 739bb79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions zachjs-sv2v/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ set -x
# chmod +x "$BUILD_PREFIX/x86_64-conda-linux-gnu/bin/ld"
#fi

mkdir bin
wget https://github.com/commercialhaskell/stack/releases/download/v2.5.1/stack-2.5.1-linux-x86_64-bin -O bin/stack
chmod +x bin/stack
export PATH="$PWD/bin:$PATH"

stack --version

make
Expand Down

0 comments on commit 739bb79

Please sign in to comment.