From 8cb09818d6353ec546adcfd02f3b138adadf3ded Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Thu, 10 Aug 2023 00:22:24 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=9A=20source=20cargo=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e5eb0af37..cf107b3dc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,6 +32,7 @@ testCommit: script: - apt-get update && apt-get install -y git wget curl build-essential python3 - curl https://sh.rustup.rs -sSf | sh -s -- -y + - source "$HOME/.cargo/env" - cp .config/ci.yml .config/default.yml - corepack enable - corepack prepare pnpm@latest --activate