Don't configure meta-mode = Strict in bootstrap

This commit is contained in:
2023-02-08 22:42:17 +08:00
parent d3a1115b99
commit 31e83cac5e
2 changed files with 8 additions and 2 deletions

View File

@@ -13,4 +13,6 @@ git describe --always
./scripts/bootstrap/bootstrap-haskell
[ "$(ghc --numeric-version)" = "${BOOTSTRAP_HASKELL_GHC_VERSION}" ]
# https://github.com/actions/runner-images/issues/7061
[ "$(ghcup config | grep --color=never meta-mode)" = "meta-mode: Lax" ]