Skip to content

Commit f74209d

Browse files
committed
retry, do not use realpath
Signed-off-by: Eval EXEC <execvy@gmail.com>
1 parent 591fab6 commit f74209d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
tar -xzf openssl-3.1.3.tar.gz
169169
cd openssl-3.1.3
170170
mkdir custom_build
171-
./Configure --prefix=$(realpath custom_build)
171+
./Configure --prefix=$(pwd)/custom_build
172172
make -j $(nproc)
173173
make install -j $(nproc)
174174
./custom_build/bin/openssl version

0 commit comments

Comments
 (0)