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 aabce34 commit a0e916bCopy full SHA for a0e916b
.github/workflows/library_rust_tests.yml
@@ -61,8 +61,9 @@ jobs:
61
62
# Use setup-dafny-actions with correct version when Dafny releases 4.8.2
63
- name: Setup Dafny
64
- uses: https://github.com/dafny-lang/setup-dafny-action/commit/03b219c5a4f71cfe24cb9e02b69d4a622449adbb
65
- with:
+ uses: dafny-lang/setup-dafny-action@03b219c5a4f71cfe24cb9e02b69d4a622449adbb
+ with:
66
+ dafny-version: 4.9.2
67
build-from-source: d07403b6d6606257e1b5aada4d0156901f4a17de
68
69
- name: Update MPL submodule if using MPL HEAD
0 commit comments