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+ 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
You can’t perform that action at this time.
0 commit comments