Set RUSTUP_WINDOWS_PATH_ADD_BIN in CI (#32301)

This commit is contained in:
Samson 2024-05-16 18:40:44 +02:00 committed by GitHub
parent 575aa37ff3
commit 7039cccbd9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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:
@ -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