Skip to content

Commit eddd2fb

Browse files
authored
Create linux-jack.yml
1 parent 17d6935 commit eddd2fb

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/linux-jack.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Linux Jack Build
2+
3+
on:
4+
push:
5+
branches: [ "master" ]
6+
pull_request:
7+
branches: [ "master" ]
8+
9+
jobs:
10+
linux:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Install packages
14+
run: sudo apt-get install -y libasound2-dev libjack-jackd2-dev
15+
- uses: actions/checkout@v4
16+
with:
17+
submodules: true
18+
- name: make
19+
run: make

0 commit comments

Comments
 (0)