Fix actions not being able to restore

pull/45/head
Miepee 3 years ago committed by GitHub
parent cdf2e0c452
commit 271e2d0127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save