We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f5ee5 commit 9ad672eCopy full SHA for 9ad672e
.github/workflows/build_java.yml
@@ -15,6 +15,8 @@ jobs:
15
curl -sSfL https://github.com/leanprover/elan/releases/download/v1.4.2/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
16
./elan-init -y --default-toolchain none
17
echo "$HOME/.elan/bin" >> $GITHUB_PATH
18
+ - name: run elan
19
+ run: elan default stable
20
- uses: actions/checkout@v4
21
- run: bash scripts/prep.sh
22
- run: DAFNY=dafny/dafny TARGET_LANG=java bash scripts/build.sh
0 commit comments