From 94633c5c8b4d97c0f2f888a0fa44fce9348e75dd Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Thu, 5 Sep 2024 13:04:56 +0200 Subject: [PATCH] WIP: install system dependencies --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fba5d67ae8..f4a3b6a54c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -198,6 +198,11 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install base libraries + uses: input-output-hk/actions/base@latest + with: + use-sodium-vrf: false + - name: Download benchmark executables uses: actions/download-artifact@v4 with: