Skip to content

Commit

Permalink
Add src to nightly?
Browse files Browse the repository at this point in the history
  • Loading branch information
nikarh committed Apr 19, 2024
1 parent 11e5f9c commit cba007c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
uses: taiki-e/install-action@cross
- name: Add rust-src
if: startsWith(matrix.rust, 'nightly')
run: rustup component add rust-src
run: rustup +nightly component add rust-src
# We don't test BSDs, since we already test them in Cirrus.
- name: Android
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit cba007c

Please sign in to comment.