Skip to content

Commit

Permalink
Merge branch 'main' into sam/hashset
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot committed Sep 9, 2024
2 parents 223b91e + 13be6ea commit cf735d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/bolts-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ jobs:
with:
distribution: temurin
java-version: 17
- 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 stainless and solvers
run: ./install_stainless_and_solvers.sh $GITHUB_WORKSPACE/.local/bin $GITHUB_WORKSPACE/.local
- name: Add stainless to PATH
Expand Down

0 comments on commit cf735d3

Please sign in to comment.