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 9, 2024
1 parent ad6944a commit 82f905b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
cxx="${{ steps.msys2.outputs.msys2-location }}/mingw64/bin/clang++"
'
bin/gn args out/lib --list
third_party/ninja/ninja -C out/lib skia
third_party/ninja/ninja -C out/lib
mkdir -p ../lib/skia/win-x64/lib
cp --recursive include ../lib/skia/win-x64/include
cp --recursive out/lib/* ../lib/skia/win-x64/lib
Expand Down

0 comments on commit 82f905b

Please sign in to comment.