Skip to content

Commit d4c9c6e

Browse files
committed
Install cross-rs from git + update dependencies.
The latest cross-rs release (0.2.5) does not work with the latest Rust release, until a new release is out we need to install from git. There is still an issue when compiling for mips, which will be resolved when a new libc crate release is out: rust-lang/libc#4354
1 parent d14bc44 commit d4c9c6e

File tree

4 files changed

+185
-200
lines changed

4 files changed

+185
-200
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,9 @@ jobs:
6565
~/.cargo/git/db/
6666
target/
6767
key: ${{ runner.os }}-cargo-dist-${{ matrix.target }}-${{ hashFiles('**/Cargo.lock') }}
68+
-
69+
name: Install dev dependencies
70+
run: nix-shell --command "make dev-dependencies"
6871
-
6972
name: Build distributables
7073
run: nix-shell --command "make dist-${{ matrix.target }}"

0 commit comments

Comments
 (0)