Update .github/workflows/root.yml
Some checks failed
Build & Publish / build (push) Failing after 5m19s
Some checks failed
Build & Publish / build (push) Failing after 5m19s
This commit is contained in:
parent
1dda612917
commit
d89a881499
5
.github/workflows/root.yml
vendored
5
.github/workflows/root.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user