Skip to content

Commit 1f27aa6

Browse files
authored
💚 fix build Skia action (#2644)
1 parent 0204413 commit 1f27aa6

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

‎.github/workflows/build-skia.yml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,10 @@ jobs:
2020
- name: Setup Ninja
2121
uses: seanmiddleditch/gha-setup-ninja@master
2222

23-
- name: Setup Nodejs and npm
24-
uses: actions/setup-node@v3
23+
- name: Setup
24+
uses: ./.github/actions/setup
2525
with:
26-
cache-dependency-path: package/yarn.lock
27-
cache: yarn
28-
29-
- name: Install root node dependencies
30-
working-directory: ${{ env.WORKING_DIRECTORY }}
31-
run: yarn
26+
github_token: ${{ secrets.GITHUB_TOKEN }}
3227

3328
- name: Build Skia
3429
working-directory: ${{ env.WORKING_DIRECTORY }}

0 commit comments

Comments
 (0)