This commit is contained in:
parent
094b653c2b
commit
22793837bf
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue