Skip to content

Commit

Permalink
Specify —dafny-version
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-aws committed Oct 29, 2023
1 parent 180d29c commit 5c65aa7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_models_java_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
working-directory: ./${{ matrix.library }}
run: |
make polymorph_dafny
make polymorph_java
make polymorph_java DAFNY_VERSION="--dafny-version ${{ matrix.dafny-version }}"
- name: Setup Java 8 for running tests
uses: actions/setup-java@v3
Expand Down
1 change: 0 additions & 1 deletion TestModels/Resource/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ CORES=2
include ../SharedMakefile.mk

NAMESPACE=simple.resources
DAFNY_VERSION=--dafny-version 4.3

# This project has no dependencies
# DEPENDENT-MODELS:=
Expand Down

0 comments on commit 5c65aa7

Please sign in to comment.