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

This commit is contained in:
polyfloyd 2025-07-03 22:48:34 +02:00
parent 0fcec8485c
commit b198d4afa1

View file

@ -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 g++ pkg-config \
git curl make g++ pkg-config \
libfftw3-dev libsamplerate0-dev libjack-dev libx11-dev libxrender-dev libvlc-dev liburiparser-dev
- uses: actions/checkout@v4