Skip to content

Commit 8b04f4f

Browse files
authored
💚 (#2645)
1 parent 1f27aa6 commit 8b04f4f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

‎.github/workflows/build-skia.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ on: workflow_dispatch
33
jobs:
44
build:
55
runs-on: macos-latest
6-
env:
7-
WORKING_DIRECTORY: ./package
86
steps:
97
- name: checkout
108
uses: actions/checkout@v3
@@ -26,7 +24,7 @@ jobs:
2624
github_token: ${{ secrets.GITHUB_TOKEN }}
2725

2826
- name: Build Skia
29-
working-directory: ${{ env.WORKING_DIRECTORY }}
27+
working-directory: ./packages/skia
3028
env:
3129
ANDROID_NDK: ${{ steps.setup-ndk.outputs.ndk-path }}
3230
run: yarn build-skia

0 commit comments

Comments
 (0)