nah I need an LSP for this broo
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after 1m33s
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after 1m33s
This commit is contained in:
parent
a8a67685ab
commit
5cc9b3280a
1 changed files with 5 additions and 4 deletions
|
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: git.rufous-trench.ts.net/crizomb/forgejo-action-goraylib:deb13-node20-go1.24
|
image: git.rufous-trench.ts.net/crizomb/forgejo-action-goraylib:deb13-node20-go1.24
|
||||||
steps:
|
steps:
|
||||||
|
|
@ -15,11 +15,12 @@ jobs:
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
mkdir builds_artifact
|
mkdir -p builds_artifact
|
||||||
GOOS=linux GOARCH=amd64 go build -o builds_artifact/raymarchgo-linux-amd64
|
GOOS=linux GOARCH=amd64 go build -o builds_artifact/raymarchgo-linux-amd64
|
||||||
GOOS=windows GOARCH=amd64 go build -o builds_artifact/raymarchgo-windows-amd64.exe
|
GOOS=windows GOARCH=amd64 go build -o builds_artifact/raymarchgo-windows-amd64.exe
|
||||||
|
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
- uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: DebugBuilds
|
name: DebugBuilds
|
||||||
path: builds_artifact
|
path: src/builds_artifact
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue