|
|
|
@ -82,7 +82,6 @@ jobs:
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
dotnet-version: 6.0.x
|
|
|
|
dotnet-version: 6.0.x
|
|
|
|
- name: Install Mac workload
|
|
|
|
- name: Install Mac workload
|
|
|
|
working-directory: ./GlennGUI/${{ matrix.DIR }}
|
|
|
|
|
|
|
|
run: dotnet workload install macos
|
|
|
|
run: dotnet workload install macos
|
|
|
|
- name: Restore dependencies
|
|
|
|
- name: Restore dependencies
|
|
|
|
working-directory: ./GlennGUI/${{ matrix.DIR }}
|
|
|
|
working-directory: ./GlennGUI/${{ matrix.DIR }}
|
|
|
|
@ -113,6 +112,8 @@ jobs:
|
|
|
|
uses: actions/setup-dotnet@v2
|
|
|
|
uses: actions/setup-dotnet@v2
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
dotnet-version: 6.0.x
|
|
|
|
dotnet-version: 6.0.x
|
|
|
|
|
|
|
|
- name: Install Mac workload
|
|
|
|
|
|
|
|
run: dotnet workload install macos
|
|
|
|
- name: Restore dependencies
|
|
|
|
- name: Restore dependencies
|
|
|
|
working-directory: ./GlennLibTests/
|
|
|
|
working-directory: ./GlennLibTests/
|
|
|
|
run: dotnet restore
|
|
|
|
run: dotnet restore
|
|
|
|
|