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 01e3b93 commit 785296b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -548,8 +548,9 @@ jobs:
- run: make get_pact_ffi
- if: matrix.os == 'windows-latest'
name: add ffi to path
shell: pwsh
run: |
"echo $PWD" >> $GITHUB_PATH
pwd >> $env:GITHUB_PATH
- run: make dotnet
# scala:
# timeout-minutes: 10
Expand Down

0 comments on commit 785296b

Please sign in to comment.