Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Oct 16, 2024
1 parent 30c80fa commit ca93d44
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,13 @@ jobs:
git checkout rust-unsound
make exe
echo ${{ github.workspace }}/dafny/Scripts
echo $GITHUB_PATH
echo $GITHUB_ENV
echo ${{ github.workspace }}/dafny/Scripts >> $GITHUB_PATH
echo ${{ github.workspace }}/dafny/Scripts >> $GITHUB_ENV
echo ${{ github.workspace }}/dafny/Scripts
echo $GITHUB_PATH
echo $GITHUB_ENV
dafny --version
- name: Regenerate code using smithy-dafny if necessary
Expand Down

0 comments on commit ca93d44

Please sign in to comment.