We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03eb3f commit 5d517c2Copy full SHA for 5d517c2
.github/workflows/check-api.yml
@@ -58,7 +58,7 @@ jobs:
58
# isn't enough cache space to make a third cache, even though this is a very limited build.
59
- name: Build Cabal with environment files
60
shell: bash
61
- run: cabal build Cabal-syntax Cabal --write-environment-files=always --project-file=cabal.release.project
+ run: cabal build Cabal-syntax Cabal --write-ghc-environment-files=always --project-file=cabal.release.project
62
63
- name: Check Cabal-syntax and Cabal APIs
64
run: |
0 commit comments