Skip to content
Snippets Groups Projects
Commit 3ef75e88 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Comment above the new build command

parent bf94bfb5
No related branches found
No related tags found
1 merge request!18Ristretto dependency
......@@ -78,6 +78,11 @@ jobs:
# Build just our dependencies. It's nice to have this as a separate
# step so failures here are more easily identified as being
# unrelated to our code.
#
# See below for explanation of the various flags passed in. If the
# flags here differ from those below in a way that makes ghc think a
# library needs to be rebuilt then we'll build everything twice and
# our cache will be useless! Try not to make that happen.
name: "Build Dependencies"
command: |
BUILD="stack build \
......
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