From 3561940a0e7e8aca141db12bd48a03bd75ff19e8 Mon Sep 17 00:00:00 2001 From: philipp Date: Sun, 30 Jul 2023 15:59:51 +0200 Subject: [PATCH] fix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c26584..fb85355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ variables: before_script: - rustup target add $CARGO_TARGET - - apt-get update -qq && apt-get install -y -qq sshpass + - apt-get update -qq && apt-get install -y -qq sshpass musl build: stage: build