no-bug: Update rust deps and VS version (gh-12850)

This commit is contained in:
mr. m
2026-03-20 14:07:14 +01:00
committed by GitHub
parent 6703a31001
commit cb7fbe43ee
5 changed files with 10 additions and 10 deletions

View File

@@ -159,7 +159,7 @@ jobs:
tar --zstd -xf wine.tar.zst -C ~/win-cross
rm wine.tar.zst
echo Setup Visual Studio
./mach python --virtualenv build taskcluster/scripts/misc/get_vs.py build/vs/vs2022.yaml ~/win-cross/vs2022
./mach python --virtualenv build taskcluster/scripts/misc/get_vs.py build/vs/vs2026.yaml ~/win-cross/vs2026
- name: Import
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}
@@ -174,7 +174,7 @@ jobs:
run: |
set -x
cd engine/
chmod -R +x "$(echo ~)/win-cross/vs2022" || true
chmod -R +x "$(echo ~)/win-cross/vs2026" || true
cd ..
export SURFER_PLATFORM="win32"
npm run bootstrap
@@ -185,7 +185,7 @@ jobs:
sudo apt-get update
sudo apt-get install dos2unix
ls ~/win-cross/wine || true
ls ~/win-cross/vs2022 || true
ls ~/win-cross/vs2026 || true
- name: Setup Rust
if: ${{ !(inputs.generate-gpo && matrix.arch == 'aarch64') }}