From 019e7b559494765763093d0749ea5a33d978a2b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Mon, 12 Jun 2023 18:19:11 +0100 Subject: [PATCH] fix: lts install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1aab922d..c77aeba6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,7 +20,7 @@ before_script: - export NVM_DIR="$HOME/.nvm" - \[ -s "$NVM_DIR/nvm.sh" \] && \. "$NVM_DIR/nvm.sh" - \[ -s "$NVM_DIR/bash_completion" \] && \. "$NVM_DIR/bash_completion" - - nvm install lts + - nvm install --lts build-rust: stage: build -- GitLab