Install golang manually
Building and releasing LASP (master branch) / Build-Test-Ubuntu (push) Successful in 2m39s Details
Building and releasing LASP (master branch) / Release-Ubuntu (push) Failing after 16s Details

This commit is contained in:
Anne de Jong 2023-10-13 12:30:31 +02:00
parent 941b83abe8
commit 749d5354c9
1 changed files with 2 additions and 3 deletions

View File

@ -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