mirror of
https://codeberg.org/scip/golsky.git
synced 2025-12-17 12:40:56 +01:00
use ubuntu
This commit is contained in:
@@ -11,8 +11,11 @@ steps:
|
|||||||
build:
|
build:
|
||||||
when:
|
when:
|
||||||
event: [push]
|
event: [push]
|
||||||
image: golang:${goversion}
|
image: ubuntu:latest
|
||||||
commands:
|
commands:
|
||||||
|
- apt-get update
|
||||||
|
- apt-get install golang-1.24 libasound2-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev
|
||||||
|
- apt-get install libasound2 libgl1-mesa libxcursor libxi libxinerama libxrandr libxxf86vm
|
||||||
- go get
|
- go get
|
||||||
- go build
|
- go build
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user