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