Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkRunWu committed Feb 2, 2024
1 parent db796f5 commit 08425b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
distribution: 'zulu'
java-version: '11'
- uses: actions/setup-node@v3
with:
node-version: 18.15.0
# https://github.com/actions/setup-node/blob/main/docs/advanced-usage.md#caching-packages-data
cache: 'yarn'
- name: Install appcenter CLI
uses: oursky/github-ci-support/setup-app-center@v1
- uses: oursky/github-ci-support/setup-android@v1
Expand Down

0 comments on commit 08425b1

Please sign in to comment.