Skip to content

Commit

Permalink
🔧
Browse files Browse the repository at this point in the history
  • Loading branch information
wcandillon committed Sep 27, 2024
1 parent e3fe4b9 commit e3a7381
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Setup
description: Setup Node.js and install dependencies

inputs:
github_token:
description: 'GitHub Token'
required: false
download_skia:
description: 'Download Skia Binary Artifacts'
required: false
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/build-skia.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ jobs:
- name: checkout
uses: actions/checkout@v3
with:
submodules: recursive
submodules: false

- name: Initialize and Update Submodules
run: |
git submodule update --recursive --remote
- name: Setup Android NDK
id: setup-ndk
Expand Down

0 comments on commit e3a7381

Please sign in to comment.