From 52e250f67d35f45a1fa38c55cfe8a04af4c40ec2 Mon Sep 17 00:00:00 2001 From: Mateusz Galazyn Date: Tue, 26 Nov 2024 12:16:57 +0100 Subject: [PATCH] Switch to system dependencies action fork to fix macos build issues --- .github/workflows/haskell.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index a1f90674e..b761d9db2 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -76,7 +76,8 @@ jobs: cabal-version: ${{ matrix.cabal }} - name: Install system dependencies - uses: input-output-hk/actions/base@latest + # 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 with: use-sodium-vrf: true # default is true