Skip to content

Commit 4247099

Browse files
committed
chore: Adjust for missing uno-check
1 parent dd0815c commit 4247099

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,18 @@ jobs:
190190
8.0.x
191191
9.0.100
192192
193+
- run: |
194+
& dotnet tool update --global uno.check --version ${{ env.UnoCheck_Version }} --add-source https://api.nuget.org/v3/index.json
195+
& uno-check -v --ci --non-interactive --fix --skip xcode --skip androidemulator --skip gtk3 --skip vswin --skip vsmac
196+
shell: pwsh
197+
name: Install .NET Workloads
198+
193199
- name: Download Artifact
194200
uses: actions/download-artifact@v4
195201
with:
196202
name: NuGet
197203
path: samples/packages
198-
204+
199205
- name: Validate 5.6 Sample app (Debug - DesignTimeBuild)
200206
run: |
201207
$installationPath = vswhere -latest -property installationPath

0 commit comments

Comments
 (0)