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
|
set -x
|
||||||
shopt -s globstar
|
shopt -s globstar
|
||||||
|
|
||||||
FILES=$(file "dist/**/*.node")
|
FILES=$(file dist/**/*.node)
|
||||||
echo "$FILES"
|
echo "$FILES"
|
||||||
|
|
||||||
if [ grep -v "$ARCH" ]; then
|
if [ grep -v "$ARCH" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
LIBS=$(readelf -d "dist/**/*.node" | grep NEEDED)
|
LIBS=$(readelf -d dist/**/*.node | grep NEEDED)
|
||||||
echo "$LIBS"
|
echo "$LIBS"
|
||||||
|
|
||||||
if [ "$SQLCIPHER_STATIC" == "1" ]; then
|
if [ "$SQLCIPHER_STATIC" == "1" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user