Skip to content

Commit 23f6536

Browse files
committed
wat
1 parent af96d1b commit 23f6536

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,16 +93,11 @@ jobs:
9393

9494
- name: Sync Skia dependencies
9595
run: |
96-
set -x
97-
set -e
9896
export PATH="${GITHUB_WORKSPACE}/depot_tools:${PATH}"
99-
10097
cd depot_tools
10198
./update_depot_tools
102-
10399
cd ../skia
104100
python3 tools/git-sync-deps
105-
find . |grep reldir.txt
106101
107102
- name: Build ${{ matrix.arch }}
108103
run: python3 scripts/build.py macos ${{ matrix.arch }}

0 commit comments

Comments
 (0)