Skip to content

Commit 861e474

Browse files
committed
Include args.gn file (to detect if -stdlib=libc++ was used to compile Skia)
1 parent 87a1996 commit 861e474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ jobs:
9191
export dst=Skia-${{ runner.os }}-${{ matrix.mode }}-${{ matrix.arch }}
9292
mkdir $dst
9393
$cp -R --parents \
94+
out/${{ matrix.mode }}-${{ matrix.arch }}/args.gn \
9495
out/${{ matrix.mode }}-${{ matrix.arch }}/*.$libext \
9596
include \
9697
modules/particles/include/*.h \

0 commit comments

Comments
 (0)