Skip to content

Commit

Permalink
✨ feat(gradle-build.yml): Update GitHub Actions workflow to set up …
Browse files Browse the repository at this point in the history
…QEMU for enhanced multi-platform support.
  • Loading branch information
vnobo committed Dec 16, 2024
1 parent baaba99 commit 46780fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Checkout repository
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ matrix.platform }}
Expand Down

0 comments on commit 46780fd

Please sign in to comment.