fix: set NODE_EXTRA_CA_CERTS for artifact upload/download actions #127

Merged
forbes merged 1 commits from fix/build-artifact-ca-cert into main 2026-02-09 18:59:47 +00:00
2 changed files with 3 additions and 0 deletions
Showing only changes of commit 44b9b4e8df - Show all commits

View File

@@ -20,6 +20,7 @@ jobs:
CCACHE_SLOPPINESS: "include_file_ctime,include_file_mtime,pch_defines,time_macros"
CCACHE_BASEDIR: ${{ github.workspace }}
DEBIAN_FRONTEND: noninteractive
NODE_EXTRA_CA_CERTS: /etc/ssl/certs/ca-certificates.crt
steps:
- name: Trust Cloudflare origin CA

View File

@@ -29,6 +29,7 @@ jobs:
CFLAGS: "-O3"
CXXFLAGS: "-O3"
DEBIAN_FRONTEND: noninteractive
NODE_EXTRA_CA_CERTS: /etc/ssl/certs/ca-certificates.crt
steps:
- name: Trust Cloudflare origin CA
@@ -323,6 +324,7 @@ jobs:
env:
BUILD_TAG: ${{ github.ref_name || inputs.tag }}
NODE_EXTRA_CA_CERTS: /etc/ssl/certs/ca-certificates.crt
steps:
- name: Trust Cloudflare origin CA