ok i give up, i add the temp fix again

This commit is contained in:
Jannik Reimers 2025-04-03 16:48:54 +02:00
parent 9bd8b6715c
commit 3c8f873a45
Signed by: jansel
GPG key ID: 39C62D7D5233CFD0
3 changed files with 4 additions and 83 deletions

View file

@ -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