Skip to content

Commit dd36b7e

Browse files
committed
CI - install nice
1 parent 982116d commit dd36b7e

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,24 @@ on:
77

88
jobs:
99
build_test:
10-
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Install nice
13+
run: apt-get install libnice-dev
14+
- uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
1115

1216
lint:
13-
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
14-
with:
15-
dialyzer: false
17+
runs-on: ubuntu-latest
18+
steps:
19+
- name: Install nice
20+
run: apt-get install libnice-dev
21+
- uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
22+
with:
23+
dialyzer: false
1624

1725
test:
18-
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
26+
runs-on: ubuntu-latest
27+
steps:
28+
- name: Install nice
29+
run: apt-get install libnice-dev
30+
- uses: membraneframework/membrane_actions/.github/workflows/test.yml@main

0 commit comments

Comments
 (0)