Skip to content

Commit

Permalink
Merge pull request #89 from ChrisPulman/UpdateBuild
Browse files Browse the repository at this point in the history
Update Build
  • Loading branch information
ChrisPulman committed Mar 13, 2024
2 parents f9baa7f + b0b3241 commit 3aaef68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/BuildDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: 'Install DotNet workloads'
shell: bash
run: |
dotnet workload install android ios tvos macos maui maccatalyst wasm-tools-net7
dotnet workload install android ios tvos macos maui maccatalyst wasm-tools
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/BuildOnly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: 'Install DotNet workloads'
shell: bash
run: |
dotnet workload install android ios tvos macos maui maccatalyst wasm-tools-net7
dotnet workload install android ios tvos macos maui maccatalyst wasm-tools
- name: 'Cache: .nuke/temp, ~/.nuget/packages'
uses: actions/cache@v4
Expand Down

0 comments on commit 3aaef68

Please sign in to comment.