File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 if : ${{ matrix.os == 'windows-11-arm' }}
8989 shell : pwsh
9090 run : |
91+ echo "CC=clang-cl" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
92+ echo "CXX=clang-cl" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
93+ echo "FC=flang-new" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
94+
9195 Invoke-WebRequest https://github.com/llvm/llvm-project/releases/download/llvmorg-20.1.8/LLVM-20.1.8-woa64.exe -OutFile LLVM-woa64.exe
9296 Start-Process -FilePath ".\LLVM-woa64.exe" -ArgumentList "/S" -Wait
9397 echo "C:\Program Files\LLVM\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
@@ -131,10 +135,6 @@ jobs:
131135 config-file : " {package}/pyproject.toml"
132136 env :
133137 CIBW_ARCHS : ${{ matrix.cibw_archs }}
134- CIBW_BEFORE_BUILD_WINDOWS : |
135- echo "CC=clang-cl" >> %GITHUB_ENV%
136- echo "CXX=clang-cl" >> %GITHUB_ENV%
137- echo "FC=flang-new" >> %GITHUB_ENV%
138138 - name : Upload wheels
139139 uses : actions/upload-artifact@v4
140140 with :
You can’t perform that action at this time.
0 commit comments