Skip to content

Commit 04c71bd

Browse files
authored
chore(šŸ™): add update depot tool step (#3208)
1 parent eb6420a commit 04c71bd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ā€Ž.github/workflows/build-skia-graphite.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
download_skia: 'false'
2828
github_token: ${{ secrets.GITHUB_TOKEN }}
2929

30+
- name: Update depot_tools
31+
working-directory: ./externals/depot_tools
32+
run: ./update_depot_tools
33+
3034
- name: Apply Dawn patch
3135
run: |
3236
DAWN_GNI_FILE="./externals/skia/build_overrides/dawn.gni"
@@ -125,4 +129,4 @@ jobs:
125129
name: skia-graphite-headers
126130
path: |
127131
./packages/skia/cpp/dawn/include/
128-
./packages/skia/cpp/skia/src/gpu/graphite/
132+
./packages/skia/cpp/skia/src/gpu/graphite/

0 commit comments

Comments
Ā (0)