Update .github/workflows/root.yml
Some checks failed
Build & Publish / build (push) Failing after 4m42s
Some checks failed
Build & Publish / build (push) Failing after 4m42s
This commit is contained in:
parent
5f07b1b61d
commit
6ceb20aee6
3
.github/workflows/root.yml
vendored
3
.github/workflows/root.yml
vendored
@ -9,6 +9,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…
x
Reference in New Issue
Block a user