Skip to content

Commit

Permalink
ci: fix windwos env path error
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 20, 2024
1 parent 172a817 commit 600eb9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Setup Test Environment
run: |
echo "${{ github.workspace }}/deps/bin" >> $GITHUB_PATH
echo "${{ github.workspace }}/deps/bin;%PATH%" | Out-File -FilePath $env:GITHUB_PATH -Append
- name: Output Env Path
run: |
Expand Down

0 comments on commit 600eb9d

Please sign in to comment.