소스 검색

Install rust-src

Noa 3 년 전
부모
커밋
3373d5e246
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .gitlab-ci.yml

+ 1 - 0
.gitlab-ci.yml

@@ -19,6 +19,7 @@ build:linux:
     stage: build
     script:
         - rustup toolchain add "$(cat rust-toolchain)"
+        - rustup component add rust-src
         - rustup show      # Print version info for debugging
         - make -j "$(nproc)" all