Update .github/workflows/root.yml
This commit is contained in:
parent
1dda612917
commit
d89a881499
1 changed files with 4 additions and 1 deletions
3
.github/workflows/root.yml
vendored
3
.github/workflows/root.yml
vendored
|
@ -11,6 +11,9 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Disable SSL verify (Temporary Fix)
|
||||||
|
run: git config --global http.sslVerify false
|
||||||
|
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue