ok i give up, i add the temp fix again
This commit is contained in:
parent
9bd8b6715c
commit
3c8f873a45
3 changed files with 4 additions and 83 deletions
4
.github/workflows/root.yml
vendored
4
.github/workflows/root.yml
vendored
|
@ -8,6 +8,10 @@ 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…
Add table
Add a link
Reference in a new issue