Skip to content

Commit a2c92b7

Browse files
committed
fix permission
1 parent c6437de commit a2c92b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/prebuild.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
export KERL_CONFIGURE_OPTIONS="--with-dynamic-trace=lttng ${KERL_CONFIGURE_OPTIONS}"
6363
fi
6464
65-
mkdir -p /home/ubuntu/OTP/
65+
sudo mkdir -p /home/ubuntu/OTP/
66+
sudo chmod 777 /home/ubuntu/OTP/
6667
./kerl update releases
6768
./kerl build-install "${otp_vsn}" "/home/ubuntu/OTP/${type}-${otp_vsn}"
6869
cp ./kerl /home/ubuntu/OTP/

0 commit comments

Comments
 (0)