Skip to content

Commit 874fd74

Browse files
authored
build: strip Linux CEF release binary (#52)
1 parent 9c0c788 commit 874fd74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ jobs:
438438
elif [[ "${{ runner.os }}" == "Windows" ]]; then
439439
cd cef/build/Release && 7z a ../../../laufey-cef-${{ matrix.target }}.zip *
440440
else
441+
strip --strip-unneeded cef/build/Release/libcef.so
441442
tar czf laufey-cef-${{ matrix.target }}.tar.gz -C cef/build/Release .
442443
fi
443444

0 commit comments

Comments
 (0)