hopefully fix failing test

pull/11/head
Miepee 2 years ago committed by GitHub
parent 2d9c75b11e
commit 791c2b8c7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -115,7 +115,7 @@ jobs:
with:
dotnet-version: 6.0.x
- name: Install Mac workload
run: dotnet workload install macos
run: dotnet workload install macos && dotnet workload restore
- name: Restore dependencies
working-directory: ./GlennLibTests/
run: dotnet restore

Loading…
Cancel
Save