Skip to content

Commit

Permalink
dotnet(win): add PWD to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 26, 2024
1 parent a1d6ed5 commit 01e3b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ jobs:
- if: matrix.os == 'windows-latest'
name: add ffi to path
run: |
"echo $PATH" >> $GITHUB_PATH
"echo $PWD" >> $GITHUB_PATH
- run: make dotnet
# scala:
# timeout-minutes: 10
Expand Down

0 comments on commit 01e3b93

Please sign in to comment.