Skip to content

Commit

Permalink
Update build-mingw.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 8, 2024
1 parent 9c8ce10 commit 8cfe534
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ jobs:
cd skia
python3 tools/git-sync-deps
python3 bin/fetch-ninja
bin/gn args out/lib --list
bin/gn gen out/lib --args='
target_os=win
target_cpu=x64
is_debug=false
is_official_build=true
skia_enable_fontmgr_win=true
Expand All @@ -46,6 +47,7 @@ jobs:
clang_win_version=18
'
bin/gn args out/lib --list
third_party/ninja/ninja -C out/lib skia
mkdir -p ../lib/skia/win-x64/lib
cp --recursive include ../lib/skia/win-x64/include
Expand Down

0 comments on commit 8cfe534

Please sign in to comment.