Install golang manually
This commit is contained in:
parent
941b83abe8
commit
749d5354c9
@ -28,7 +28,6 @@ jobs:
|
|||||||
|
|
||||||
Release-Ubuntu:
|
Release-Ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
image: catthehacker/ubuntu:act-latest
|
|
||||||
needs: Build-Test-Ubuntu
|
needs: Build-Test-Ubuntu
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
@ -40,8 +39,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
name: build_files
|
name: build_files
|
||||||
|
|
||||||
- name: Apparently Golang is required
|
- name: Apparently Golang is required (install manually)
|
||||||
uses: actions/setup-go@v3
|
run: apt update && apt install -y golang
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
|
Loading…
Reference in New Issue
Block a user