Update .github/workflows/root.yml

This commit is contained in:
jansel 2024-12-14 18:53:03 +00:00
parent afc7f29e87
commit cd7389e347

View file

@ -8,10 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Disable SSL verify (Temporary Fix)
run: git config --global http.sslVerify false
steps:
- uses: actions/checkout@v4
- name: Set up QEMU