mirror of
https://github.com/DefectingCat/rua-list
synced 2025-07-15 16:51:31 +00:00
Update .gitlab-ci.yml file
This commit is contained in:
@ -25,8 +25,6 @@ build:linux-musl-amd64:
|
||||
image: rust:latest
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
dependencies:
|
||||
- build:pre
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y musl-tools
|
||||
@ -42,8 +40,6 @@ build:windows-amd64:
|
||||
image: rust:latest
|
||||
rules:
|
||||
- if: $CI_COMMIT_TAG
|
||||
dependencies:
|
||||
- build:pre
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y g++-mingw-w64-x86-64
|
||||
|
Reference in New Issue
Block a user