Skip to content

Commit

Permalink
ci(build): add rust-src component for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLarsenNZ committed Aug 23, 2024
1 parent 8aac6de commit f9c6081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,10 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ env.RUST_TOOLCHAIN_VERSION }}
# rust-src is required for trybuild stderr output comparison to work
# for our cases.
# See: https://github.com/dtolnay/trybuild/issues/236#issuecomment-1620950759
components: rust-src
- uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3
with:
key: test
Expand Down

0 comments on commit f9c6081

Please sign in to comment.