Skip to content

Commit

Permalink
fix: try to fix bat path
Browse files Browse the repository at this point in the history
  • Loading branch information
JinBridger committed Oct 9, 2023
1 parent dc29a8e commit 49da199
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: run bat
run: ./python/llm/portable-executable/setup.bat
run: '& $env:GITHUB_ACTION_PATH/python/llm/portable-executable/setup.bat'
shell: powershell

0 comments on commit 49da199

Please sign in to comment.