Skip to content

Commit 5d517c2

Browse files
committed
first cut at API checking
The API files are empty in this commit, and will hopefully be filled in in later (to be squashed or amended) commits.
1 parent b03eb3f commit 5d517c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-api.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
# isn't enough cache space to make a third cache, even though this is a very limited build.
5959
- name: Build Cabal with environment files
6060
shell: bash
61-
run: cabal build Cabal-syntax Cabal --write-environment-files=always --project-file=cabal.release.project
61+
run: cabal build Cabal-syntax Cabal --write-ghc-environment-files=always --project-file=cabal.release.project
6262

6363
- name: Check Cabal-syntax and Cabal APIs
6464
run: |

0 commit comments

Comments
 (0)