Skip to content
Snippets Groups Projects
Verified Commit 38566d23 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix ci.sh

parent 6f6e729c
No related branches found
Tags v1.4.200.1
No related merge requests found
Pipeline #53929 failed
...@@ -6,7 +6,7 @@ source "$CI_PROJECT_DIR/.gitlab/common.sh" ...@@ -6,7 +6,7 @@ source "$CI_PROJECT_DIR/.gitlab/common.sh"
export GHCUP_INSTALL_BASE_PREFIX="$CI_PROJECT_DIR/toolchain" export GHCUP_INSTALL_BASE_PREFIX="$CI_PROJECT_DIR/toolchain"
export CABAL_DIR="$CI_PROJECT_DIR/cabal" export CABAL_DIR="$CI_PROJECT_DIR/cabal"
EXE_EXTENSION = "" export EXE_EXTENSION=""
case "$(uname)" in case "$(uname)" in
MSYS_*|MINGW*) MSYS_*|MINGW*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment