Skip to content

Commit

Permalink
Try to fix latest resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 26, 2024
1 parent f0321e1 commit 34e5bc3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@ jobs:
- ${{matrix.version}}
EOL
if [[ "${{ matrix.resolver }}" == "nightly-2024-07-26" ]]; then
echo "extra-deps:" >> stack.yaml
echo "- http-api-data-0.5.1" >> stack.yaml
fi
- name: Build
run: |
stack build --system-ghc --test --bench --no-run-tests --no-run-benchmarks
Expand Down

0 comments on commit 34e5bc3

Please sign in to comment.