From db5b0db6aa9480721459bc094a695323b2a13410 Mon Sep 17 00:00:00 2001 From: Felix Paulusma Date: Mon, 27 May 2024 00:21:53 +0200 Subject: [PATCH] setup still installs GHC twice, whatever --- .github/workflows/tests.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index fe7c4092..b28e3a22 100755 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,12 +27,13 @@ jobs: - name: Clone project uses: actions/checkout@v4 + # Not sure how to have GHC not setup twice + # Something with settings "ghc-version"? + # ["9.8", "9.6", "9.4", "9.2", "9.0", "8.10"] - uses: haskell-actions/setup@v2 name: Setup Haskell Stack with: stack-version: ${{ matrix.stack }} - stack-no-global: true - stack-setup-ghc: true enable-stack: true # Getting weird OS X errors...