forked from CringeStudios/element-desktop
no quotes ftw
This commit is contained in:
parent
8fad845b1b
commit
3e5ab092d3
4
.github/workflows/build_linux.yaml
vendored
4
.github/workflows/build_linux.yaml
vendored
@ -139,14 +139,14 @@ jobs:
|
||||
set -x
|
||||
shopt -s globstar
|
||||
|
||||
FILES=$(file "dist/**/*.node")
|
||||
FILES=$(file dist/**/*.node)
|
||||
echo "$FILES"
|
||||
|
||||
if [ grep -v "$ARCH" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
LIBS=$(readelf -d "dist/**/*.node" | grep NEEDED)
|
||||
LIBS=$(readelf -d dist/**/*.node | grep NEEDED)
|
||||
echo "$LIBS"
|
||||
|
||||
if [ "$SQLCIPHER_STATIC" == "1" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user