Skip to content

Commit

Permalink
Stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
newhoggy committed Sep 29, 2020
1 parent 363ed06 commit 59c43a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ jobs:
- name: Cabal update
run: cabal update

- name: Select build directory
run: echo "::set-env name=CABAL_BUILDDIR::dist"

- name: Cabal Configure
run: cabal configure --builddir="$CABAL_BUILDDIR" --enable-tests --enable-benchmarks --write-ghc-environment-files=always

Expand All @@ -67,9 +70,6 @@ jobs:
--region "$BINARY_CACHE_REGION" \
--store-path "${{ steps.setup-haskell.outputs.cabal-store }}"
- name: Select build directory
run: echo "::set-env name=CABAL_BUILDDIR::dist"

- name: Install dependencies
run: cabal build all --builddir="$CABAL_BUILDDIR" --enable-tests --enable-benchmarks --write-ghc-environment-files=always --only-dependencies

Expand Down

0 comments on commit 59c43a2

Please sign in to comment.