Skip to content

Commit 2162d02

Browse files
committed
Update uno-check manifest for 1.18
1 parent c41d8fc commit 2162d02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ jobs:
106106
- name: Restore dotnet tools
107107
run: dotnet tool restore
108108

109+
# Pinning Manifest for 1.18 version of Uno.Check at the moment to unblock build, see https://github.com/CommunityToolkit/Windows/pull/320
109110
- name: Run Uno Check to Install Dependencies
110111
run: >
111112
dotnet tool run uno-check
@@ -116,6 +117,7 @@ jobs:
116117
--skip androidemulator
117118
--skip vswinworkloads
118119
--verbose
120+
--manifest https://raw.githubusercontent.com/unoplatform/uno.check/1660eba219684491362704c75153b40ce6ef7a35/manifests/uno.ui.manifest.json
119121
120122
- name: Add msbuild to PATH
121123
uses: microsoft/[email protected]

0 commit comments

Comments
 (0)