Skip to content

Commit

Permalink
[CI]: Add argument to install-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshiotomakan committed Oct 25, 2023
1 parent e3ddcb0 commit 3c01490
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
key: ${{ runner.os }}-${{ runner.arch }}-internal-${{ hashFiles('tools/install-dependencies') }}

- name: Install internal dependencies
run: tools/install-dependencies
if: steps.internal_cache.outputs.cache-hit != 'true'
run: tools/install-dependencies android
# if: steps.internal_cache.outputs.cache-hit != 'true'

- name: Generate files
run: tools/generate-files android
Expand Down

0 comments on commit 3c01490

Please sign in to comment.