From 95323a5c7db4b620fc3eba7c67b15af512fed267 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Sun, 21 Nov 2021 20:09:15 +0100
Subject: [PATCH] pipeline: hopefully fix it?

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 81a7cc2..79b5e36 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,9 +6,9 @@ stages:
 build-job:
   stage: build
   script:
-    - stack build --install-ghc
+    - stack build
     - mkdir dist
-    - cp .stack-work/install/x86_64-linux-tinfo6/*/*/bin/walint dist
+    - stack install --local-bin-path dist
     - cp config.json dist
   artifacts:
     paths:
-- 
GitLab