Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
nameexhaustion committed Dec 10, 2024
1 parent f87c4b4 commit 33c9012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,15 @@ 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: |
Invoke-WebRequest https://7-zip.org/a/7zr.exe -OutFile /7zr.exe
; 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
Expand Down

0 comments on commit 33c9012

Please sign in to comment.