Skip to content

Commit

Permalink
Merge branch 'ci-system-ghc'
Browse files Browse the repository at this point in the history
  • Loading branch information
msakai committed Mar 13, 2024
2 parents e1144ca + 7611f10 commit 6e7227a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ jobs:
ghc-version: ${{ matrix.ghc }}
enable-stack: true
stack-version: ${{ matrix.stack }}
stack-setup-ghc: true

- uses: actions/cache@v1
name: Cache ~/.stack
Expand All @@ -71,6 +70,7 @@ jobs:
- name: Build
run: |
echo "resolver: ${{ matrix.resolver }}" > stack.yaml
echo "system-ghc: true" >> stack.yaml
stack build --test --no-run-tests --bench --no-run-benchmarks ${{ matrix.flags }}
- name: Test
Expand Down

0 comments on commit 6e7227a

Please sign in to comment.