Skip to content

Commit

Permalink
fix android yapl step for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
Julesssss committed Dec 12, 2024
1 parent 50c1db8 commit a89c9d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,14 @@ jobs:
id: setup-node
uses: ./.github/actions/composite/setupNode

- name: Install node modules
run: |
npm install
cd .. && npm install
# Fixes https://github.com/Expensify/App/issues/51682
npm run grunt:build:shared
- name: Setup Java
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit a89c9d1

Please sign in to comment.