Update .gitlab-ci.yml file

This commit is contained in:
xfy xfy
2023-05-09 09:30:20 +00:00
parent 6a248c51ad
commit 9863348b8a

View File

@ -25,8 +25,6 @@ build:linux-musl-amd64:
image: rust:latest image: rust:latest
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
dependencies:
- build:pre
script: script:
- apt update - apt update
- apt install -y musl-tools - apt install -y musl-tools
@ -42,8 +40,6 @@ build:windows-amd64:
image: rust:latest image: rust:latest
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
dependencies:
- build:pre
script: script:
- apt update - apt update
- apt install -y g++-mingw-w64-x86-64 - apt install -y g++-mingw-w64-x86-64