From a7712152f5e1ccad6c3e391c0b74edf5bafcbc6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Hurlin?= Date: Wed, 27 Nov 2024 10:03:44 +0100 Subject: [PATCH] Revert "Switch to system dependencies action fork to fix macos build issues" This reverts commit 52e250f67d35f45a1fa38c55cfe8a04af4c40ec2. --- .github/workflows/haskell.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index b761d9db2..a1f90674e 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -76,8 +76,7 @@ jobs: cabal-version: ${{ matrix.cabal }} - name: Install system dependencies - # TODO: switch to input-output-hk/actions/base@latest after https://github.com/input-output-hk/actions/pull/29 gets merged - uses: carbolymer/actions/base@latest + uses: input-output-hk/actions/base@latest with: use-sodium-vrf: true # default is true