This commit is contained in:
parent
0fcec8485c
commit
8dbfe4833b
1 changed files with 2 additions and 4 deletions
|
@ -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 g++ pkg-config \
|
git curl make g++ pkg-config \
|
||||||
libfftw3-dev libsamplerate0-dev libjack-dev libx11-dev libxrender-dev libvlc-dev liburiparser-dev
|
libfftw3-dev libsamplerate0-dev libjack-dev libx11-dev libxrender-dev libvlc-dev liburiparser-dev
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue