Skip to content
Snippets Groups Projects
Unverified Commit 3373d5e2 authored by Noa's avatar Noa
Browse files

Install rust-src

parent f06af86a
No related branches found
No related tags found
No related merge requests found
...@@ -19,6 +19,7 @@ build:linux: ...@@ -19,6 +19,7 @@ build:linux:
stage: build stage: build
script: script:
- rustup toolchain add "$(cat rust-toolchain)" - rustup toolchain add "$(cat rust-toolchain)"
- rustup component add rust-src
- rustup show # Print version info for debugging - rustup show # Print version info for debugging
- make -j "$(nproc)" all - make -j "$(nproc)" all
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment