From 5d517c2d8c245600ef9fc29dc72b4e800375efe1 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Thu, 15 Aug 2024 21:27:03 -0400 Subject: [PATCH] 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. --- .github/workflows/check-api.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-api.yml b/.github/workflows/check-api.yml index 94150b43622..b00c5f73f34 100644 --- a/.github/workflows/check-api.yml +++ b/.github/workflows/check-api.yml @@ -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: |