Skip to content

Commit 7544add

Browse files
committed
Fix copy of libraries
1 parent cd977a0 commit 7544add

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
# Dummy run welle in a virtual display to collect graphic libraries with sharun
9090
xvfb-run -- ./lib4bin -p -v -r -e ./appdir/usr/bin/welle-io
91-
cp -r shared/lib/* appdir/usr/lib/x86_64-linux-gnu/
91+
cp shared/lib/* appdir/usr/lib/x86_64-linux-gnu/
9292
9393
find appdir/
9494

0 commit comments

Comments
 (0)