Skip to content

Commit

Permalink
misc: fix macos yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-jiang-github committed Mar 12, 2022
1 parent fbd4d0f commit 659ca6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
dotnet workload install android ios maccatalyst tvos macos maui wasm-tools --from-rollback-file ${{env.MAUIROLLBACKLINK}} --source https://aka.ms/dotnet6/nuget/index.json --source https://api.nuget.org/v3/index.json
- name: Restore nuget packages
run: dotnet restore src\VisualLogger.sln
run: dotnet restore src/VisualLogger.sln

- name: Build MacCatalyst App
shell: bash
Expand Down

0 comments on commit 659ca6c

Please sign in to comment.