File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88jobs :
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
You can’t perform that action at this time.
0 commit comments