Skip to content

Commit

Permalink
Download a version of sbt from github
Browse files Browse the repository at this point in the history
  • Loading branch information
vkuncak committed Sep 7, 2024
1 parent 9ce863b commit 7baaf4c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/stainless-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
with:
distribution: temurin
java-version: 17
cache: sbt
- name: Install and unpack sbt
run: |
wget https://github.com/sbt/sbt/releases/download/v1.10.1/sbt-1.10.1.tgz
tar xfz sbt-1.10.1.tgz
echo "PATH=./sbt/bin/:$PATH" >> "$GITHUB_ENV"
- name: Install solvers
run: ./stainless-ci.sh --install-solvers $GITHUB_WORKSPACE/.local/bin
- name: Add solvers to PATH
Expand Down

0 comments on commit 7baaf4c

Please sign in to comment.