Skip to content

Commit

Permalink
Set RUSTUP_WINDOWS_PATH_ADD_BIN in CI (#32301)
Browse files Browse the repository at this point in the history
  • Loading branch information
sagudev committed May 16, 2024
1 parent 575aa37 commit 7039ccc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ env:
# so we need to override this behaviour until we update clang-sys
# https://github.com/KyleMayes/clang-sys/issues/150
LIBCLANG_PATH: C:\\Program Files\\LLVM\\bin
RUSTUP_WINDOWS_PATH_ADD_BIN: 1

jobs:
build:
Expand Down Expand Up @@ -71,7 +72,7 @@ jobs:
echo "C:\\Program Files (x86)\\WiX Toolset v3.11\\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: "3.10"
- name: Bootstrap
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7039ccc

Please sign in to comment.