Skip to content

Commit

Permalink
add rust-src component to nightly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
bglw committed Jan 19, 2025
1 parent 08ae54a commit 8fab5b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
toolchain: nightly
override: true
default: true
components: rustfmt, clippy
components: rustfmt, clippy, rust-src

- name: Install Rust
uses: actions-rs/toolchain@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
target: ${{ matrix.target }}
override: true
default: true
components: rustfmt, clippy
components: rustfmt, clippy, rust-src

- name: Set up python 3.12
uses: actions/setup-python@v5
Expand Down

0 comments on commit 8fab5b5

Please sign in to comment.