mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
try fix build
This commit is contained in:
4
.github/workflows/go.yml
vendored
4
.github/workflows/go.yml
vendored
@@ -18,8 +18,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install or Update CA Certificates
|
- name: Install or Update CA Certificates
|
||||||
run: |
|
run: |
|
||||||
apt update
|
sudo apt update
|
||||||
apt install -y --reinstall ca-certificates
|
sudo apt install -y --reinstall ca-certificates
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user