Skip to content

Commit 93e180c

Browse files
authored
meta: install cross from main for release (paradigmxyz#14992)
1 parent 20bbdd7 commit 93e180c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ jobs:
6060
- uses: dtolnay/rust-toolchain@stable
6161
with:
6262
target: ${{ matrix.configs.target }}
63-
- uses: taiki-e/install-action@cross
63+
- name: Install cross main
64+
id: cross_main
65+
run: |
66+
cargo install cross --git https://github.com/cross-rs/cross
6467
- uses: Swatinem/rust-cache@v2
6568
with:
6669
cache-on-failure: true

0 commit comments

Comments
 (0)