Update On Thu Mar 28 19:29:32 CET 2024

This commit is contained in:
github-action[bot]
2024-03-28 19:29:33 +01:00
parent afcd14d27f
commit 82001bf944
219 changed files with 10007 additions and 5066 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}}