Skip to content

Commit

Permalink
build script works
Browse files Browse the repository at this point in the history
  • Loading branch information
jtristan committed Apr 24, 2024
1 parent 9ad672e commit 941e9dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
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
echo "$HOME/.elan/bin" >> $GITHUB_PATH
- name: run elan
run: elan default stable
- uses: actions/checkout@v4
- run: bash scripts/prep.sh
- run: DAFNY=dafny/dafny TARGET_LANG=java bash scripts/build.sh
Expand Down

0 comments on commit 941e9dc

Please sign in to comment.