diff options
| -rw-r--r-- | .github/workflows/ci.yml | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff5cc4270..4debe1ebe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,10 +104,11 @@ jobs:      steps:      - uses: actions/checkout@v2 -    - uses: actions/setup-haskell@v1.1.3 -      with: -        enable-stack: true -        stack-version: 'latest' +    # We should have ghc 8.10, cabal, stack pre-installed +    # - uses: actions/setup-haskell@v1.1.3 +    #   with: +    #     enable-stack: true +    #     stack-version: 'latest'      # declare/restore cached things      # caching doesn't work for scheduled runs yet | 
