Skip to content

Commit

Permalink
feat: windows action
Browse files Browse the repository at this point in the history
  • Loading branch information
surunzi committed Dec 24, 2024
1 parent 6cff24a commit aaff073
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '18.x'
- uses: actions/setup-java@v4
with:
java-version: '11'
- uses: android-actions/setup-android@v3
- run: |
npm i
npm run adb
Expand Down

0 comments on commit aaff073

Please sign in to comment.