Skip to content
Snippets Groups Projects
Commit d9b1fc7f authored by BinderDavid's avatar BinderDavid
Browse files

Add -w argument in .gitlab-ci.yml

parent 5f78f9c9
Branches fix-typo
No related tags found
No related merge requests found
...@@ -3,4 +3,4 @@ build: ...@@ -3,4 +3,4 @@ build:
tags: tags:
- "x86_64-linux" - "x86_64-linux"
script: script:
- "cabal build" - "cabal build -w $GHC"
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