We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0819f8 commit 301e7e8Copy full SHA for 301e7e8
.github/workflows/ci.yml
@@ -108,7 +108,8 @@ jobs:
108
override: true
109
110
- name: Install cross
111
- run: cargo install cross --git https://github.com/cross-rs/cross
+ # temporary fix, see cross-rs/cross#1561
112
+ run: RUSTFLAGS="" cargo install cross --git https://github.com/cross-rs/cross
113
114
- name: Build
115
run: cross build --target ${{ matrix.target }}
0 commit comments