Skip to content

Commit

Permalink
Install target toolchain in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
avsaase committed Aug 22, 2024
1 parent c1f6a9f commit 3187f2d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:

- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
with:
target: ${{ matrix.targets.target }}

- name: Cache dependencies
id: extcache
Expand Down

0 comments on commit 3187f2d

Please sign in to comment.