Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
basdp committed Oct 9, 2024
1 parent 143c244 commit 8d01b30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,9 @@ jobs:
cxx="${{ steps.msys2.outputs.msys2-location }}/mingw64/bin/clang++"
'
third_party/ninja/ninja -C out/lib skia
mkdir -p ../skia/lib/win-x64
cp --recursive include ../lib/skia/win-x64/include
cp --recursive include ../skia/include
cp --recursive out/lib/*.lib ../skia/lib/win-x64/
cd ..
Expand Down

0 comments on commit 8d01b30

Please sign in to comment.