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