Skip to content

Commit

Permalink
ci: remove old stack.yaml change
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Jul 27, 2024
1 parent 77e4a4d commit 6c8dc09
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,6 @@ 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 6c8dc09

Please sign in to comment.