We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bf5cce commit c0ce816Copy full SHA for c0ce816
1 file changed
.github/workflows/compile_meta_core.yml
@@ -152,6 +152,13 @@ jobs:
152
ref: Alpha
153
path: ./${{ matrix.core.src }}
154
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
+
162
- name: Build Core (${{ matrix.core.type }}-${{ matrix.jobs.output }})
163
id: build
164
if: ${{ steps.check_skip.outputs.skip != 'true' }}
0 commit comments