actions fix 9
This commit is contained in:
parent
69bf72d904
commit
d5fab87b60
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ jobs:
|
|||
name: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Ignore SSL verification
|
||||
run: |
|
||||
git config --global http.sslVerify false
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
|
|
Loading…
Add table
Reference in a new issue