Skip to content

Commit 4a1b4ad

Browse files
committed
chore: Skip openjdk/android on GHA
1 parent fbcb337 commit 4a1b4ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dotnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: pwsh
2525
run: |
2626
& dotnet tool install --global --version 1.25.1 uno.check
27-
& ~/.dotnet/tools/uno-check --ci --fix --non-interactive --verbose
27+
& ~/.dotnet/tools/uno-check --ci --fix --skip androidsdk --skip openjdk --non-interactive --verbose
2828
2929
- name: Build
3030
run: |

0 commit comments

Comments
 (0)