Skip to content

Commit

Permalink
Modifying build to get own sbt version
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuncak committed Sep 16, 2024
1 parent a464c75 commit 1cc1d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stainless-ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if [ "$SKIP_BUILD" = true ]; then
echo "************** Skipping build **************"
else
echo "************** sbt **************"
SBT_DIR=$SOLVERS_DIR
SBT_DIR="temp" # make better later
mkdir -p $SBT_DIR
SBT_NAME="sbt-1.10.1.tgz"
wget https://github.com/sbt/sbt/releases/download/v1.10.1/$SBT_NAME -O $SBT_DIR/$SBT_NAME --no-verbose
Expand Down

0 comments on commit 1cc1d89

Please sign in to comment.