chore: embed ca-certificates.crt

This commit is contained in:
wwqgtxx
2024-03-28 19:26:41 +08:00
parent 82517e6ba8
commit 06b5121d9e
3 changed files with 22 additions and 2 deletions

View File

@@ -141,6 +141,12 @@ jobs:
run: |
go test ./...
- name: Update UA
run: |
sudo apt-get install ca-certificates
sudo update-ca-certificates
cp -f /etc/ssl/certs/ca-certificates.crt component/ca/ca-certificates.crt
- name: Build core
env:
GOOS: ${{matrix.jobs.goos}}