diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a2aa4653..2f251523 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -108,7 +108,6 @@ jobs: - name: Restore dotnet tools run: dotnet tool restore - # Pinning Manifest for 1.18 version of Uno.Check at the moment to unblock build, see https://github.com/CommunityToolkit/Windows/pull/320 - name: Run Uno Check to Install Dependencies run: > dotnet tool run uno-check @@ -119,7 +118,6 @@ jobs: --skip androidemulator --skip vswinworkloads --verbose - --manifest https://raw.githubusercontent.com/unoplatform/uno.check/1660eba219684491362704c75153b40ce6ef7a35/manifests/uno.ui.manifest.json - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.3.1