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

This commit is contained in:
polyfloyd 2025-07-03 22:52:19 +02:00
parent c4b27cebf1
commit 264bf97d52

View file

@ -8,15 +8,13 @@ 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 \ 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 libglib2.0-dev libdbi-dev libtalloc-dev libtevent-dev nettle-dev
- uses: actions/checkout@v4 - uses: actions/checkout@v4