Update .github/workflows/ci.yml
Some checks failed
Build & Publish / build (push) Has been cancelled
Some checks failed
Build & Publish / build (push) Has been cancelled
This commit is contained in:
parent
3093900ceb
commit
5f07b1b61d
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -13,6 +13,9 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Disable SSL verify (Temporary Fix)
|
||||
run: git config --global http.sslVerify false
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Java
|
||||
|
Loading…
x
Reference in New Issue
Block a user