Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Feb 11, 2025
1 parent dfe895a commit ebe2e9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-aab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Fix gradle error
run: pnpm exec zx scripts/fix-gradle.mjs
# - name: Fix gradle error
# run: pnpm exec zx scripts/fix-gradle.mjs

## configure cash for gradle : will help to reduce build time
- uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-apk-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install dependencies
run: npm install --force
- name: Fix gradle error
run: npx zx scripts/fix-gradle.mjs
# - name: Fix gradle error
# run: npx zx scripts/fix-gradle.mjs

## configure cash for gradle : will help to reduce build time
- uses: actions/cache@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ jobs:
- name: Install dependencies
run: pnpm install
- name: Fix gradle error
run: pnpm exec zx scripts/fix-gradle.mjs
# - name: Fix gradle error
# run: pnpm exec zx scripts/fix-gradle.mjs

## configure cash for gradle : will help to reduce build time
- uses: actions/cache@v4
Expand Down

0 comments on commit ebe2e9f

Please sign in to comment.