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

Loading…
Cancel
Save