Skip to content

Commit

Permalink
ci: try not doing static
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 9, 2024
1 parent 7b4786e commit dac4f0f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,12 @@ jobs:
runs-on: ubuntu-latest
strategy:
fail-fast: false
include:
- output: normal
- output: static
matrix:
include:
- output: normal

# Tries to build a whole static GHC, which runs out of resources on GitHub runners
# - output: static

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit dac4f0f

Please sign in to comment.