Skip to content

Commit

Permalink
try setting path var at system-level
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 21, 2023
1 parent 3685933 commit 6c9770d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,11 @@ jobs:

- os: windows-2022
target: aarch64-pc-windows-msvc
shell: bash
build: |
[Environment]::SetEnvironmentVariable(
"Path",
[Environment]::GetEnvironmentVariable("Path", [EnvironmentVariableTarget]::Machine) + ";C:\Program Files (x86)\Microsoft Visual Studio\2022\Enterprise\VC\Tools\Llvm\x64\bin",
[EnvironmentVariableTarget]::Machine)
- os: ubuntu-22.04
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit 6c9770d

Please sign in to comment.