Skip to content

Commit

Permalink
chore: Skip openjdk/android on GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban committed Jul 22, 2024
1 parent fbcb337 commit 4a1b4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
shell: pwsh
run: |
& dotnet tool install --global --version 1.25.1 uno.check
& ~/.dotnet/tools/uno-check --ci --fix --non-interactive --verbose
& ~/.dotnet/tools/uno-check --ci --fix --skip androidsdk --skip openjdk --non-interactive --verbose
- name: Build
run: |
Expand Down

0 comments on commit 4a1b4ad

Please sign in to comment.