diff --git a/.github/workflows/check-api.yml b/.github/workflows/check-api.yml index b00c5f73f34..9bd1e9236ce 100644 --- a/.github/workflows/check-api.yml +++ b/.github/workflows/check-api.yml @@ -54,7 +54,7 @@ jobs: chmod +x print-api # print-api needs environment files. It also doesn't make a lot of sense to use the cached builds, sadly, - # since they're special in different ways (bootstrap and validate) and we want a vanulla build. And there + # since they're special in different ways (bootstrap and validate) and we want a vanilla build. And there # 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 diff --git a/Cabal-syntax/Cabal-syntax-ghc-9.6.6-ubuntu-latest.api b/Cabal-syntax/Cabal-syntax-9.6.6-ubuntu-latest.api similarity index 100% rename from Cabal-syntax/Cabal-syntax-ghc-9.6.6-ubuntu-latest.api rename to Cabal-syntax/Cabal-syntax-9.6.6-ubuntu-latest.api diff --git a/Cabal/Cabal-ghc-9.6.6-ubuntu-latest.api b/Cabal/Cabal-9.6.6-ubuntu-latest.api similarity index 100% rename from Cabal/Cabal-ghc-9.6.6-ubuntu-latest.api rename to Cabal/Cabal-9.6.6-ubuntu-latest.api