Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceshi authored Nov 18, 2023
1 parent f2205d0 commit 30b7015
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,16 @@ jobs:
git checkout --recurse-submodules -q FETCH_HEAD
git submodule update --init --depth 1
- name: Create build dir
working-directory: ${{github.workspace}}
shell: bash
run: mkdir -p out\windows\x64\

- name: Prepare build skia
working-directory: ${{github.workspace}}
shell: pwsh
run: |
mkdir -p out\windows\x64\ && cp args.gn out\windows\x64\
cp args.gn out\windows\x64\
cd skiasharp\externals\skia
python tools\git-sync-deps
python ..\depot_tools\gn.py gen ${{github.workspace}}\out\windows\x64\
Expand Down

0 comments on commit 30b7015

Please sign in to comment.