|
|
|
@ -33,6 +33,9 @@ jobs:
|
|
|
|
uses: actions/setup-dotnet@v1
|
|
|
|
uses: actions/setup-dotnet@v1
|
|
|
|
with:
|
|
|
|
with:
|
|
|
|
dotnet-version: 6.0.x
|
|
|
|
dotnet-version: 6.0.x
|
|
|
|
|
|
|
|
- name: Install Mac workload
|
|
|
|
|
|
|
|
working-directory: ./AM2RLauncher
|
|
|
|
|
|
|
|
run: dotnet workload install macos
|
|
|
|
- name: Restore dependencies
|
|
|
|
- name: Restore dependencies
|
|
|
|
working-directory: ./AM2RLauncher
|
|
|
|
working-directory: ./AM2RLauncher
|
|
|
|
run: dotnet restore
|
|
|
|
run: dotnet restore
|
|
|
|
|