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