Skip to content

Commit 79be7bd

Browse files
authored
build(CI): install cross from the latest commit (#2804)
1 parent fc9b388 commit 79be7bd

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,9 +285,7 @@ jobs:
285285
286286
- name: Install cross
287287
if: ${{ matrix.target != 'native' }}
288-
uses: camshaft/install@v1
289-
with:
290-
crate: cross
288+
run: cargo install cross --git https://github.com/cross-rs/cross
291289

292290
- uses: camshaft/rust-cache@v1
293291
with:

0 commit comments

Comments
 (0)