This commit is contained in:
parent
c4b27cebf1
commit
264bf97d52
1 changed files with 2 additions and 4 deletions
|
@ -8,15 +8,13 @@ on:
|
|||
jobs:
|
||||
|
||||
build:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: debian:bookworm
|
||||
runs-on: debian-latest
|
||||
|
||||
steps:
|
||||
- run: |-
|
||||
apt update
|
||||
apt install -y \
|
||||
nodejs git curl make gcc pkg-config \
|
||||
git curl make gcc pkg-config \
|
||||
libglib2.0-dev libdbi-dev libtalloc-dev libtevent-dev nettle-dev
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue