Skip to content

Commit

Permalink
Installing Cross from Github
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinosh committed Jul 10, 2024
1 parent dd0f507 commit a149c04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
uses: swatinem/rust-cache@v2
- name: Add Rust Toolchain
uses: dtolnay/rust-toolchain@stable

- name: Install Cross
run: cargo install cross
run: cargo install cross --git https://github.com/cross-rs/cross
- name: Build Core Library
run: cross ${{ matrix.platform.command }} -p drop_core --target ${{ matrix.platform.target }}
- name: Generate Bindings
Expand Down

0 comments on commit a149c04

Please sign in to comment.