Skip to content

Commit a680f2b

Browse files
dont use bash syntax
1 parent 6ac6eca commit a680f2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/install/wolfssl/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ autoreconf -fiv
1212
make
1313

1414
# Depending if we run in on a GitHub Actions or from within a Docker image we have different permissions
15-
if [[ $EUID > 0 ]]; then
15+
if [ "$(id -u)" -ne 0 ]; then
1616
# If we are not root then we need to sudo
1717
sudo make install
1818
else

0 commit comments

Comments
 (0)