Fix SSL Issue

* Fix SSL Issue
This commit is contained in:
Hassan DRAGA 2023-04-25 22:00:43 -04:00
parent 93f8552a6c
commit e7c6bba62c
2 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ jobs:
make
cd ../../..
cd build/Linux/Clang
sudo ln -s llvm-ar-13 /usr/bin/llvm-ar
make
macOS-WebUI:

View File

@ -9,6 +9,7 @@ jobs:
- uses: actions/checkout@v2
- name: WebUI-FTP
uses: airvzxf/ftp-deployment-action@latest
run: echo "set ssl:verify-certificate no" >> ~/.lftp/rc
with:
server: ${{ secrets.WEBUI_FTP_SERVER }}
user: ${{ secrets.WEBUI_FTP_USERNAME }}
@ -17,3 +18,4 @@ jobs:
remote_dir: "/home/webui.me/public_html"
delete: "true"
ftp_ssl_allow: "true"
max_retries: "3"