From 232f17782f3981194038442578f050fa63a32e8d Mon Sep 17 00:00:00 2001 From: Ruben Buniatyan Date: Fri, 29 Nov 2024 10:43:45 +0100 Subject: [PATCH] Fix hive consensus tests workflow (#7835) --- .github/workflows/hive-consensus-tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/hive-consensus-tests.yml b/.github/workflows/hive-consensus-tests.yml index 5006caad46e..08198a871eb 100644 --- a/.github/workflows/hive-consensus-tests.yml +++ b/.github/workflows/hive-consensus-tests.yml @@ -121,6 +121,10 @@ jobs: with: path: nethermind submodules: "recursive" + - name: Set up .NET + uses: actions/setup-dotnet@v4 + with: + global-json-file: nethermind/global.json - name: Generate Hive Json For Matrix id: set-matrix run: |