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

This commit is contained in:
Anne de Jong 2023-10-13 12:30:31 +02:00
parent 941b83abe8
commit 749d5354c9

View File

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