Skip to content

Commit 9fe30ba

Browse files
committed
CI - install libnice
1 parent 982116d commit 9fe30ba

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,18 @@ on:
77

88
jobs:
99
build_test:
10-
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@main
10+
uses: membraneframework/membrane_actions/.github/workflows/build-test.yml@setup-commands
11+
with:
12+
setup-commands: apt-get update && apt-get install -y libnice-dev
13+
1114

1215
lint:
13-
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@main
16+
uses: membraneframework/membrane_actions/.github/workflows/lint.yml@setup-commands
1417
with:
1518
dialyzer: false
19+
setup-commands: apt-get update && apt-get install -y libnice-dev
1620

1721
test:
18-
uses: membraneframework/membrane_actions/.github/workflows/test.yml@main
22+
uses: membraneframework/membrane_actions/.github/workflows/test.yml@setup-commands
23+
with:
24+
setup-commands: apt-get update && apt-get install -y libnice-dev

0 commit comments

Comments
 (0)