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:
build:
runs-on: docker
container:
image: debian:bookworm
runs-on: debian-latest
steps:
- run: |-
apt update
apt install -y nodejs git curl golang
apt install -y git curl golang
- uses: actions/checkout@v4
- run: go build -o bitvis-http