Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Sep 11, 2023
1 parent a7be18c commit 4c6c61a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ jobs:
curl -s "https://get.sdkman.io" | bash
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk version
- name: Install Kotlin 1.9.0 with SDKMAN
- name: Install Kotlin 1.7.1 with SDKMAN
run: |
source "$HOME/.sdkman/bin/sdkman-init.sh"
sdk install kotlin 1.9.0
sdk install kotlin 1.7.1
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install

## configure cash for gradle : will help to reduce build time
- name: Cache Gradle Wrapper
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/eas-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
eas-version: latest
token: ${{ secrets.EXPO_TOKEN }}
- name: Install dependencies
run: pnpm install --no-frozen-lockfile
run: pnpm install
- name: Build on EAS
run: eas build --profile preview --platform android --non-interactive

0 comments on commit 4c6c61a

Please sign in to comment.