From 3a2fcebe5998930cfbab1f0c53b0a0dcce585c74 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Fri, 11 Oct 2024 13:15:56 +1100 Subject: [PATCH] CI: Minor tweaks suggested by CI runner --- .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 b4e9dee..56ca86e 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -32,7 +32,7 @@ jobs: - name: Select build directory run: echo "CABAL_BUILDDIR=dist" >> $GITHUB_ENV - - uses: haskell/actions/setup@v1 + - uses: haskell-actions/setup@v1 id: setup-haskell with: ghc-version: ${{ matrix.ghc }}