Skip to content

Commit

Permalink
Download the std sources ci so the compile fail errors line up with d…
Browse files Browse the repository at this point in the history
…eveloper machines
  • Loading branch information
Brezak committed Mar 1, 2025
1 parent b305f82 commit 8c3f97c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
target/
key: ${{ runner.os }}-cargo-build-stable-${{ hashFiles('**/Cargo.toml') }}
- uses: dtolnay/rust-toolchain@stable
with:
# Compile fail tests need std sources for the errors to display correctly
components: rust-std
- name: Install Linux dependencies
uses: ./.github/actions/install-linux-deps
- name: Build & run tests
Expand Down

0 comments on commit 8c3f97c

Please sign in to comment.