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

Actually have stack available

parent 224677bc
No related branches found
No related tags found
1 merge request!14Try out a CircleCI configuration
...@@ -67,7 +67,7 @@ jobs: ...@@ -67,7 +67,7 @@ jobs:
- run: - run:
name: "Prepare Coverage Report For Upload" name: "Prepare Coverage Report For Upload"
command: | command: |
mv $(stack path --local-install-root)/hpc /tmp mv $(nix-shell shell.nix --run "stack path --local-install-root")/hpc /tmp
- store_artifacts: - store_artifacts:
path: "/tmp/hpc" path: "/tmp/hpc"
......
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