From eb74d597757d15cff0f76e49320bdccae463eeb2 Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Wed, 22 May 2024 11:52:45 -0400 Subject: [PATCH] Updo install needs cabal update --- .github/workflows/stack.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/stack.yml b/.github/workflows/stack.yml index 172914f..d229f91 100644 --- a/.github/workflows/stack.yml +++ b/.github/workflows/stack.yml @@ -28,6 +28,9 @@ jobs: enable-stack: true stack-version: '2.15.7' + - name: Update hackage index + run: cabal update --ignore-project + - name: Install Dhall uses: dhall-lang/setup-dhall@v4 with: