From eb3081e7cd67e2c13bf80d687432aef951a305d3 Mon Sep 17 00:00:00 2001 From: Thomas BAGREL Date: Mon, 7 Oct 2024 17:02:19 +0200 Subject: [PATCH] Fix CI (1) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index a97f0af0..d296eca8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: retention-days: 90 cabal-test-ghc-dps-compact: - name: cabal test - ${{ env.ghc-name }} + name: cabal test - ghc-dps-compact runs-on: [self-hosted, Linux, X64] steps: - uses: actions/checkout@v3