We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2f5505 commit 61257d0Copy full SHA for 61257d0
codebuild/py312/decrypt_hkeyring_with_net.yml
@@ -30,7 +30,7 @@ phases:
30
# Approach 2: "The Quick Way:"
31
32
# Download dafny
33
- - curl https://github.com/dafny-lang/dafny/releases/download/v$dafnyVersion/dafny-$dafnyVersion-x64-ubuntu-20.04.zip -L -o dafny.zip
+ - curl https://github.com/dafny-lang/dafny/releases/download/v4.7.0/dafny-4.7.0-x64-ubuntu-20.04.zip -L -o dafny.zip
34
- unzip -qq dafny.zip && rm dafny.zip
35
- export PATH="$PWD/dafny:$PATH"
36
0 commit comments