File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858
5959 name : ${{ matrix._.target }}
6060 runs-on : ${{ matrix._.runs_on }}
61+ # See also https://github.com/mcrumiller/polars/.github/workflows/release-python.yml#L282
6162 steps :
6263 - name : Setup build environment (ARM64 Windows)
6364 if : matrix._.target == 'aarch64-pc-windows-msvc'
@@ -106,14 +107,14 @@ jobs:
106107
107108 Get-Content $Env:GITHUB_PATH | Out-Host
108109
109- - name : Check build environment (ARM64 Windows)
110- if : matrix._.target == 'aarch64-pc-windows-msvc'
111- run : |
112- set -x
113- bash --version
114- rustup show
115- clang -v
116- cmake --version
110+ # - name: Check build environment (ARM64 Windows)
111+ # if: matrix._.target == 'aarch64-pc-windows-msvc'
112+ # run: |
113+ # set -x
114+ # bash --version
115+ # rustup show
116+ # clang -v
117+ # cmake --version
117118
118119 - uses : actions/checkout@v4
119120 - uses : actions/setup-python@v5
You can’t perform that action at this time.
0 commit comments