Skip to content

Commit 902974f

Browse files
committed
Install cross from prebuilt binary
1 parent 8fe44b9 commit 902974f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,9 @@ jobs:
260260
toolchain: stable
261261
override: true
262262
- name: Install cross
263-
run: cargo install cross
263+
uses: taiki-e/install-action@v1
264+
with:
265+
tool: cross
264266
- name: Build package
265267
run: pip install -e .
266268
- name: Build wheel using cross

0 commit comments

Comments
 (0)