8
0
Fork 0

ci: Run on debian-latest
All checks were successful
Build / build (push) Successful in 36s

This commit is contained in:
polyfloyd 2025-07-03 22:46:33 +02:00
parent 094b653c2b
commit 22793837bf

View file

@ -8,14 +8,12 @@ on:
jobs: jobs:
build: build:
runs-on: docker runs-on: debian-latest
container:
image: debian:bookworm
steps: steps:
- run: |- - run: |-
apt update apt update
apt install -y nodejs git curl golang apt install -y git curl golang
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: go build -o bitvis-http - run: go build -o bitvis-http