mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 00:46:07 +00:00
fix
This commit is contained in:
13
.github/workflows/build_releases.yml
vendored
13
.github/workflows/build_releases.yml
vendored
@@ -6,13 +6,16 @@ on:
|
||||
- created
|
||||
|
||||
jobs:
|
||||
build:
|
||||
name: Build and Release
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Install or Update CA Certificates
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y --reinstall ca-certificates
|
||||
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v4
|
||||
|
||||
Reference in New Issue
Block a user