Skip to content

Commit

Permalink
first cut at API checking
Browse files Browse the repository at this point in the history
The API files are empty in this commit, and will hopefully be
filled in in later (to be squashed or amended) commits.
  • Loading branch information
geekosaur committed Aug 16, 2024
1 parent b03eb3f commit 5d517c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# isn't enough cache space to make a third cache, even though this is a very limited build.
- name: Build Cabal with environment files
shell: bash
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

- name: Check Cabal-syntax and Cabal APIs
run: |
Expand Down

0 comments on commit 5d517c2

Please sign in to comment.