Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-09 07:28:11 +00:00
parent 2564a2e565
commit 68fd726068

View File

@ -15,7 +15,6 @@ build:windows-amd64:
stage: build
image: rust:latest
script:
- cargo build --target=x86_64-pc-windows-gnu --release
- mkdir $HOME/.cargo
- echo "[source.crates-io]" >> $HOME/.cargo/config
- echo "replace-with = 'ustc'" >> $HOME/.cargo/config