Browse Source

Fix dumb mistake

SamwiseFilmore 6 năm trước cách đây
mục cha
commit
59f1b37be8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      .gitlab-ci.yml

+ 0 - 1
.gitlab-ci.yml

@@ -1,7 +1,6 @@
 image: "rust:latest"
 
 before_script:
-    - 
     - rustup toolchain add nightly
     - rustup target add x86_64-unknown-redox --toolchain nightly
     - rustup show      # Print version info for debugging