Skip to content

Commit

Permalink
Remove unnecessary configure flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak authored May 18, 2024
1 parent 1017d91 commit 0354287
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ghc-version: ${{ matrix.ghc }}
- run: ghc-pkg list
- run: cabal sdist --output-dir artifact
- run: cabal configure --enable-tests --flags=pedantic --jobs --test-show-details=direct
- run: cabal configure --enable-tests --flags=pedantic --jobs
- run: cat cabal.project.local
- run: cp cabal.project.local artifact
- run: cabal freeze
Expand Down

0 comments on commit 0354287

Please sign in to comment.