Skip to content

Commit 301e7e8

Browse files
authored
Fix cross installation error: cross-rs/cross#1561
1 parent e0819f8 commit 301e7e8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ jobs:
108108
override: true
109109

110110
- name: Install cross
111-
run: cargo install cross --git https://github.com/cross-rs/cross
111+
# temporary fix, see cross-rs/cross#1561
112+
run: RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross
112113

113114
- name: Build
114115
run: cross build --target ${{ matrix.target }}

0 commit comments

Comments
 (0)