Update .github/workflows/root.yml

This commit is contained in:
jansel 2024-12-27 03:35:00 +01:00
parent 1dda612917
commit d89a881499

View file

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