From 33c901264b7e82f7a9b3c5b0d4a091e78e0062ef Mon Sep 17 00:00:00 2001 From: Simon Lin Date: Tue, 10 Dec 2024 23:55:44 +1100 Subject: [PATCH] c --- .github/workflows/release-python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml index 5c0aba6adfe3..c898f6063e29 100644 --- a/.github/workflows/release-python.yml +++ b/.github/workflows/release-python.yml @@ -107,7 +107,7 @@ jobs: CPU_CHECK_MODULE: py-polars/polars/_cpu_check.py steps: - - name: Download portable bash.exe from git-for-windows (ARM64 Windows) + - name: Install bash.exe and rust (ARM64 Windows) if: matrix.os == 'windows-arm64-16gb' shell: powershell run: | @@ -115,7 +115,7 @@ jobs: ; Invoke-WebRequest "https://github.com/git-for-windows/git/releases/download/v2.47.1.windows.1/PortableGit-2.47.1-arm64.7z.exe" -OutFile /PortableGit-2.47.1-arm64.7z.exe ; /7zr.exe x /PortableGit-2.47.1-arm64.7z.exe -o/git ; [System.IO.File]::WriteAllLines($Env:GITHUB_PATH, "/git/bin/") - ; Invoke-WebRequest "https://static.rust-lang.org/rustup/dist/i686-pc-windows-msvc/rustup-init.exe" -OutFile /rustup-init.exe + ; Invoke-WebRequest "https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe" -OutFile /rustup-init.exe ; /rustup-init.exe --default-host aarch64-pc-windows-msvc -y - name: Check bash shell