Skip to content

Commit c0ce816

Browse files
committed
workflow: update compile action
1 parent 9bf5cce commit c0ce816

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/compile_meta_core.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,13 @@ jobs:
152152
ref: Alpha
153153
path: ./${{ matrix.core.src }}
154154

155+
- name: Update CA
156+
if: ${{ steps.check_skip.outputs.skip != 'true' }}
157+
run: |
158+
sudo apt-get update && sudo apt-get install ca-certificates
159+
sudo update-ca-certificates
160+
cp -f /etc/ssl/certs/ca-certificates.crt ./${{ matrix.core.src }}/component/ca/ca-certificates.crt
161+
155162
- name: Build Core (${{ matrix.core.type }}-${{ matrix.jobs.output }})
156163
id: build
157164
if: ${{ steps.check_skip.outputs.skip != 'true' }}

0 commit comments

Comments
 (0)