From f4624304265d7fa1e8f76f14852eb81222b02d39 Mon Sep 17 00:00:00 2001 From: Wesley Ford Date: Wed, 19 Jun 2024 13:52:35 -0400 Subject: [PATCH] chore: fix github action --- .github/workflows/dotnet-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/dotnet-build.yml b/.github/workflows/dotnet-build.yml index 6ff3b0b..4b3ed0c 100644 --- a/.github/workflows/dotnet-build.yml +++ b/.github/workflows/dotnet-build.yml @@ -24,6 +24,8 @@ jobs: uses: actions/setup-dotnet@v3 with: dotnet-version: ${{ env.DOTNET_CORE_VERSION }} + - name: Install Maui + run: dotnet workload install maui "${{ env.WORKING_DIRECTORY }}" - name: Restore dependencies run: dotnet restore "${{ env.WORKING_DIRECTORY }}" - name: Build