mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-03 03:09:41 +08:00
fix ci
This commit is contained in:
@@ -21,7 +21,7 @@ install:
|
||||
brew update && brew install openssl && brew link openssl --force;
|
||||
_old_path="$PATH";
|
||||
export PATH="";
|
||||
openssl version 2>&1 || true
|
||||
openssl version 2>&1 || true;
|
||||
export PATH="$_old_path";
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user