From 240a05719a628ac4b651d86a5bf0bcc03619112a Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Wed, 9 Aug 2023 21:36:03 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=92=9A=20linux-headers=20in=20CI=20?= =?UTF-8?q?testCommit?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f11cf5394..dca179bd6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ testCommit: # POSTGRES_PASSWORD: $POSTGRES_PASSWORD # POSTGRES_HOST_AUTH_METHOD: trust script: - - apk add --no-cache cargo python3 make g++ + - apk add --no-cache cargo python3 make g++ linux-headers - cp .config/ci.yml .config/default.yml - corepack enable - corepack prepare pnpm@latest --activate @@ -88,4 +88,4 @@ dockerBuild: only: - main - beta - - tags \ No newline at end of file + - tags