Skip to content

Commit

Permalink
fix(ci): add target to rust toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickard Natt och Dag committed Feb 23, 2023
1 parent 3889b4a commit d9c00cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:

- name: Setup Rust (nightly)
uses: dtolnay/rust-toolchain@nightly
id: rust-toolchain
with:
components: rustfmt, clippy

Expand Down Expand Up @@ -104,6 +105,9 @@ jobs:

- name: Setup Rust (nightly)
uses: dtolnay/rust-toolchain@nightly
id: rust-toolchain
with:
target: ${{ matrix.build.target }}

- name: Cache cargo
uses: actions/cache@v3
Expand Down

0 comments on commit d9c00cf

Please sign in to comment.