From cf1c32b2dbb28ef8e34cbb479f926438bb0b888a Mon Sep 17 00:00:00 2001 From: DecDuck Date: Mon, 7 Oct 2024 12:57:57 +1100 Subject: [PATCH] fix targets --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f14f5fa..b86db7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,13 +11,8 @@ build: - x86_64-unknown-linux-gnu - x86_64-pc-windows-msvc - x86_64-apple-darwin - PACKAGES: - - "" - - "cargo-xwin" - - "" script: - rustup target add $TARGET - - cargo install $PACKAGES - apt-get update -y - apt-get install yarnpkg -y - yarnpkg