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 6085144 commit 30c80fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ jobs:
cd dafny/
git checkout rust-unsound
make exe
echo ${{ github.workspace }}/dafny/Scripts
echo ${{ github.workspace }}/dafny/Scripts >> $GITHUB_PATH
echo "github path print: $GITHUB_PATH"
echo ${{ github.workspace }}/dafny/Scripts
dafny --version
Dafny --version
- name: Regenerate code using smithy-dafny if necessary
if: ${{ inputs.regenerate-code }}
Expand Down

0 comments on commit 30c80fa

Please sign in to comment.