From 85b85e3f447af6ba3569298f587e1d6bd149457f Mon Sep 17 00:00:00 2001 From: John Wostenberg Date: Sun, 4 Aug 2024 18:55:45 -0500 Subject: [PATCH] More fix --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54a521e..17809d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,7 +43,7 @@ jobs: dotnet-version: 8.0.x - name: Restore run: | - sudo dotnet workload restore + sudo dotnet workload install macos dotnet tool restore dotnet paket restore dotnet restore Interstellar.MacOS.sln @@ -72,7 +72,7 @@ jobs: dotnet-version: 8.0.x - name: Restore run: | - sudo dotnet workload restore + sudo dotnet workload install macos dotnet tool restore dotnet paket restore dotnet restore Interstellar.MacOS.sln