Skip to content

Commit

Permalink
Merge pull request #14 from msakai/stack-config-set-system-ghc
Browse files Browse the repository at this point in the history
GitHub Actions: use 'stack config' command for setting system-ghc configuration
  • Loading branch information
msakai authored Aug 24, 2024
2 parents 1e6533a + 358dfdd commit 1d65701
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 @@ -50,8 +50,8 @@ jobs:

- name: Build
run: |
stack config set system-ghc --global true
sed -i "s/resolver: .*/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 1d65701

Please sign in to comment.