From 5a2f95bfcc0001e398a7e9b26ddf6791656f1fc3 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 2 Oct 2024 14:36:41 -0400 Subject: [PATCH] Go back to old actions temporarily It seems to be needed for older compilers --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index bafab89..571c1b6 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@v3 - - uses: haskell-actions/setup@v2 + - uses: haskell/actions/setup@v2 with: ghc-version: ${{ matrix.ghc }} - name: Cache