fix(ci): disable SSL verification for bun install (self-signed cert)
This commit is contained in:
parent
a77243dad2
commit
46bcac13d5
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
echo "=== Installing dependencies ==="
|
||||
bun install
|
||||
NODE_TLS_REJECT_UNAUTHORIZED=0 bun install
|
||||
echo "Dependencies installed"
|
||||
|
||||
- name: Build
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue