Fix action tests not compiling

mac
Miepee 3 years ago committed by GitHub
parent 24acfd0b2c
commit cdbb3db80a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save