Skip to content

Commit

Permalink
fiddle with stack location
Browse files Browse the repository at this point in the history
  • Loading branch information
agentm committed May 27, 2024
1 parent 29aebdb commit bcc2fe6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
run: rm -rf ~/.stack/setup-exe-cache
# - name: HLint
# run: curl -sSL https://raw.github.com/ndmitchell/hlint/master/misc/run.sh | sh -s .
- name: Setup Stack
run: curl -sSL https://get.haskellstack.org/ | sh
# - name: Setup Stack
# run: curl -sSL https://get.haskellstack.org/ | sh
- name: Build
run: stack build --ghc-options -O2 --local-bin-path out --copy-bins
run: /usr/local/bin/stack build --ghc-options -O2 --local-bin-path out --copy-bins
- name: Test
run: stack test --stack-yaml=${{ env.STACK_YAML }}
run: /usr/local/bin/stack test --stack-yaml=${{ env.STACK_YAML }}
- name: Haddock
run: stack --no-install-ghc --system-ghc --no-haddock-deps haddock
run: /usr/local/bin/stack --no-install-ghc --system-ghc --no-haddock-deps haddock
- uses: actions/upload-artifact@v3
with:
name: project-m36-${{ matrix.os }}-${{ matrix.ghc }}
Expand Down

0 comments on commit bcc2fe6

Please sign in to comment.