Skip to content

Commit

Permalink
ci: setup toolchain for cross
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed Jan 3, 2024
1 parent fe48789 commit 91c38be
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
registry: https://ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: "Install Rust"
uses: dtolnay/rust-toolchain@stable
- name: "Install cross from Cargo"
uses: baptiste0928/cargo-install@v2
with:
crate: "cross"
- name: Build executable
run: ./build-cross.sh ${{ matrix.platform }}
- name: Build No Push
Expand Down

0 comments on commit 91c38be

Please sign in to comment.