From e63552baf6abb959ee49d7bfa5dea0c627d08995 Mon Sep 17 00:00:00 2001 From: juewuy Date: Sun, 7 Dec 2025 11:09:02 +0800 Subject: [PATCH] =?UTF-8?q?~=E5=A2=9E=E5=8A=A0=E7=BC=96=E8=AF=91=E6=97=B6?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E6=9C=80=E6=96=B0=E8=AF=81=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/update_meta_core.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/update_meta_core.yaml b/.github/workflows/update_meta_core.yaml index 9364fd2..d3ca69a 100644 --- a/.github/workflows/update_meta_core.yaml +++ b/.github/workflows/update_meta_core.yaml @@ -130,6 +130,12 @@ jobs: sudo timedatectl set-timezone "Asia/Shanghai" echo "BUILDTIME=$(date)" >> $GITHUB_ENV shell: bash + + - name: Update CA + run: | + sudo apt-get update && 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 id: build