From 45a5c727a30b22cf21a1c22f96107b7aa53efe1f Mon Sep 17 00:00:00 2001 From: Hugo Peixoto Date: Thu, 20 Jul 2023 23:29:49 +0100 Subject: [PATCH] Tenta convencer o gitlab ci a funcionar --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 596eec5..72fe051 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,9 +7,9 @@ variables: default: before_script: - - apk add --update --no-cache git go - - git submodule update --init --recursive - - hugo mod init gitlab.com/pages/hugo + - export PATH="/root/.cargo/bin:$PATH" + - apk add --update --no-cache git go make yq cargo pkgconfig openssl openssl-dev + - cargo install stork-search --locked --all-features test: script: