Skip to content

Commit

Permalink
Trying Lean4 install
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan committed Apr 25, 2024
1 parent 24d9e4a commit f6300b4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/prep.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ unzip `basename $VERSION`
pushd SampCert
set -o pipefail
curl -sSfL https://github.com/leanprover/elan/releases/download/v1.4.2/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
./elan-init -y --default-toolchain none
elan toolchain install leanprover/lean4:v4.7.0
./elan-init -y --default-toolchain leanprover/lean4:v4.7.0
echo "$HOME/.elan/bin" >> $GITHUB_PATH
lake build VMC
popd
Expand Down

0 comments on commit f6300b4

Please sign in to comment.