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