mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Set RUSTUP_WINDOWS_PATH_ADD_BIN in CI (#32301)
This commit is contained in:
parent
575aa37ff3
commit
7039cccbd9
1 changed files with 2 additions and 1 deletions
3
.github/workflows/windows.yml
vendored
3
.github/workflows/windows.yml
vendored
|
@ -43,6 +43,7 @@ env:
|
||||||
# so we need to override this behaviour until we update clang-sys
|
# so we need to override this behaviour until we update clang-sys
|
||||||
# https://github.com/KyleMayes/clang-sys/issues/150
|
# https://github.com/KyleMayes/clang-sys/issues/150
|
||||||
LIBCLANG_PATH: C:\\Program Files\\LLVM\\bin
|
LIBCLANG_PATH: C:\\Program Files\\LLVM\\bin
|
||||||
|
RUSTUP_WINDOWS_PATH_ADD_BIN: 1
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
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
|
echo "C:\\Program Files (x86)\\WiX Toolset v3.11\\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: "3.10"
|
||||||
- name: Bootstrap
|
- name: Bootstrap
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue