From cdbb3db80a789a85f517df4157aa5789f3b900ad Mon Sep 17 00:00:00 2001 From: Miepee <38186597+Miepee@users.noreply.github.com> Date: Wed, 1 Feb 2023 19:03:08 +0100 Subject: [PATCH] Fix action tests not compiling --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5bc9265..75321a5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -82,7 +82,6 @@ jobs: with: dotnet-version: 6.0.x - name: Install Mac workload - working-directory: ./GlennGUI/${{ matrix.DIR }} run: dotnet workload install macos - name: Restore dependencies working-directory: ./GlennGUI/${{ matrix.DIR }} @@ -113,6 +112,8 @@ jobs: uses: actions/setup-dotnet@v2 with: dotnet-version: 6.0.x + - name: Install Mac workload + run: dotnet workload install macos - name: Restore dependencies working-directory: ./GlennLibTests/ run: dotnet restore