浏览代码

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