From 2a59dbebf8484b2d323edc0202e2346303e939aa Mon Sep 17 00:00:00 2001 From: Joe Bellus Date: Fri, 11 Feb 2022 16:15:01 -0500 Subject: [PATCH] fixed rule --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fe93b7c..22fb8c4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,9 +57,9 @@ build-musl-bin: - build-ui stage: build image: 'rust:latest' - script: rules: - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + script: - rustup target add x86_64-unknown-linux-musl - apt update && apt install -y musl-tools musl-dev - update-ca-certificates