Update .github/workflows/root.yml
This commit is contained in:
parent
5f07b1b61d
commit
6ceb20aee6
1 changed files with 3 additions and 0 deletions
3
.github/workflows/root.yml
vendored
3
.github/workflows/root.yml
vendored
|
@ -9,6 +9,9 @@ jobs:
|
|||
build:
|
||||
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 QEMU
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue