Skip to content

Commit

Permalink
Add pnpm setup to build-apk workflow for improved package management
Browse files Browse the repository at this point in the history
  • Loading branch information
tachibana-shin committed Aug 6, 2024
1 parent 8804a97 commit caf32b8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
with:
bun-version: latest

- uses: pnpm/action-setup@v4
with:
version: 8

- uses: actions/setup-java@v4
with:
distribution: "temurin"
Expand Down

0 comments on commit caf32b8

Please sign in to comment.