Skip to content

Commit 958eb22

Browse files
committed
🔧 update freethreaded CI steps*6
1 parent 65695aa commit 958eb22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/CI.yml

+3
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,9 @@ jobs:
231231
CIBW_BUILD_FRONTEND: build
232232
CIBW_BEFORE_BUILD: git apply freethreaded.patch
233233
CIBW_BUILD: cp313t*
234+
CIBW_BEFORE_ALL_LINUX: curl -sSf https://sh.rustup.rs | sh -s -- -y
235+
CIBW_BEFORE_ALL_WINDOWS: rustup target add i686-pc-windows-msvc
236+
CIBW_ENVIRONMENT_LINUX: "PATH=$HOME/.cargo/bin:$PATH"
234237

235238
- name: Upload wheels
236239
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)