From 31f8b54d9ab14e468e1d163bb138a487c05e8cf0 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 7 Oct 2024 12:55:20 +1100 Subject: [PATCH] fix target --- .gitlab-ci.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 422aa76..f14f5fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,17 @@ build: image: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/rust:1.81.0-bookworm parallel: matrix: - - TARGET: [x86_64-unknown-linux-gnu, x86_64-pc-windows-msvc, x86_64-apple-darwin] + - TARGET: + - x86_64-unknown-linux-gnu + - x86_64-pc-windows-msvc + - x86_64-apple-darwin + PACKAGES: + - "" + - "cargo-xwin" + - "" script: - - rustup toolchain install stable-${TARGET} + - rustup target add $TARGET + - cargo install $PACKAGES - apt-get update -y - apt-get install yarnpkg -y - yarnpkg