diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index bc37514..32c8ebb 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -33,6 +33,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x + - name: Install Mac workload + working-directory: ./AM2RLauncher + run: dotnet workload install macos - name: Restore dependencies working-directory: ./AM2RLauncher run: dotnet restore diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2060dcd..f511ece 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -39,6 +39,9 @@ jobs: uses: actions/setup-dotnet@v1 with: dotnet-version: 6.0.x + - name: Install Mac workload + working-directory: ./AM2RLauncher + run: dotnet workload install macos - name: Restore dependencies working-directory: ./AM2RLauncher run: dotnet restore