Skip to content

Commit

Permalink
Added installation for target
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhouse committed Mar 18, 2024
1 parent 2e5a287 commit 3366beb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Install Rust toolchain
run: rustup update --no-self-update stable

- name: Install Rust target
run: rustup target add ${{ matrix.target }}

- name: Install cross
run: cargo install cross

Expand Down

0 comments on commit 3366beb

Please sign in to comment.