We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2a28bc commit 0c56040Copy full SHA for 0c56040
.github/workflows/build.yml
@@ -29,5 +29,5 @@ jobs:
29
steps:
30
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
31
- run: |
32
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
+ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --component rust-src -y
33
- run: cargo test -p stackable-versioned-macros
0 commit comments