Skip to content

Commit c4eeb40

Browse files
committed
test push
1 parent 5be0373 commit c4eeb40

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python_ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ jobs:
6767
run: |
6868
mv ./nobodywho/* C:/
6969
cd C:/
70-
- run: curl -sSf https://sshx.io/get | sh -s run
7170
- name: "Build windows python wheel"
7271
run: maturin build --verbose ${{ matrix.profile == 'release' && '--release' || '' }} --locked
7372
working-directory: C:/nobodywho/python
@@ -85,6 +84,8 @@ jobs:
8584
steps:
8685
- uses: actions/checkout@v4
8786
- uses: actions-rust-lang/setup-rust-toolchain@v1
87+
with:
88+
target: ${{ matrix.target }}
8889
- uses: actions/setup-python@v6
8990
with:
9091
python-version: '3.13'

0 commit comments

Comments
 (0)