diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 81782e8..33fe65d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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