Skip to content

Commit

Permalink
set path in powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot committed Nov 20, 2023
1 parent 2207d35 commit 0cb4f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- os: windows-2022
target: aarch64-pc-windows-msvc
build: |
export PATH="$PATH:/c/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Tools/Llvm/x64/bin"
$env:Path += ";C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin"
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 0cb4f6b

Please sign in to comment.