Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
tanderson-ld committed Dec 15, 2023
1 parent 0106e6b commit eb12485
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ runs:
with:
dotnet-version: 7.0

# TODO: try 'dotnet workload restore', may be more flexible
- name: Install MAUI Workload
shell: bash
run: dotnet workload install maui-android maui-ios maui-windows maui-maccatalyst --ignore-failed-sources

- name: Create Nuget Package
shell: bash
run: |
Expand Down

0 comments on commit eb12485

Please sign in to comment.