Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LDprg committed Nov 21, 2024
1 parent 7ae5eb4 commit b76b1ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ jobs:
version: 0.13.0
- name: "Build skia"
run: |
clang --version
cd skia_repo
python3 tools/git-sync-deps
python3 bin/fetch-ninja
Expand All @@ -37,6 +35,11 @@ jobs:
skia_enable_gpu=true
skia_enable_pdf=true
skia_enable_discrete_gpu=true
skia_use_harfbuzz=false
skia_use_icu=false
skia_enable_tools=false
skia_use_expat=false
skia_enable_skottie=false
skia_use_vulkan=true
cc="zig cc"
cxx="zig c++"
Expand Down

0 comments on commit b76b1ec

Please sign in to comment.