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 c9705a9 commit bc35c3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
cd skia
python3 tools/git-sync-deps
python3 bin/fetch-ninja
bin/gn gen out/lib --platform=mingw --args='is_debug=false is_official_build=true clang_win="C:/Program Files/LLVM" clang_win_version=18'
tools/install_dependencies.sh
bin/gn gen out/lib --platform=mingw --args='is_debug=false is_official_build=true clang_win="C:/Program Files/LLVM" clang_win_version=18 is_trivial_abi=false'
ls -lah
third_party/ninja/ninja -C out/lib skia
cp --recursive include out/include
Expand Down

0 comments on commit bc35c3d

Please sign in to comment.