From 0d0eb45ff86f58990e9a2d85b0520a6df5d13bb9 Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Tue, 31 Jan 2023 19:37:55 +0100 Subject: [PATCH] Fix actions --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4061d24..948d39c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -35,6 +35,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x + - name: Install Mac workload + working-directory: ./Atomic + run: dotnet workload install macos - name: Restore dependencies run: dotnet restore - name: Build