Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikKapila committed Oct 17, 2024
1 parent 573f51d commit eb3bb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/library_rust_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
make exe
if [ "$RUNNER_OS" == "Windows" ]; then
echo ${{ github.workspace }}/dafny/Scripts | sed 's/\\/\//g' >> $GITHUB_PATH
echo $PWD/dafny/Scripts | sed 's/\\/\//g' >> $GITHUB_PATH
else
echo ${{ github.workspace }}/dafny/Scripts >> $GITHUB_PATH
fi
Expand Down

0 comments on commit eb3bb32

Please sign in to comment.