Skip to content

Commit

Permalink
add dafny env var
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Oct 17, 2024
1 parent 374cfd0 commit 207234c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ jobs:
env:
DAFNY_VERSION: ${{ env.DAFNY_VERSION }}
run: |
make polymorph_rust
echo "DAFNY_VERSION is: ${DAFNY_VERSION}"
make polymorph_rust DAFNY_VERSION="${DAFNY_VERSION}"
- name: Compile AwsEncryptionSDK implementation
shell: bash
Expand Down

0 comments on commit 207234c

Please sign in to comment.