mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08:00
Update On Thu Mar 28 19:29:32 CET 2024
This commit is contained in:
6
mihomo/.github/workflows/build.yml
vendored
6
mihomo/.github/workflows/build.yml
vendored
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user