Skip to content

Commit

Permalink
Install libsrtp on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LVala committed Nov 6, 2023
1 parent be847b1 commit 6fda934
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: sudo apt install -y libsrtp2-dev
- run: mix deps.get
- run: mix credo
- run: mix dialyzer
Expand All @@ -37,6 +38,7 @@ jobs:
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
- run: sudo apt install -y libsrtp2-dev
- run: mix deps.get
- run: mix coveralls.json
- uses: codecov/codecov-action@v3

0 comments on commit 6fda934

Please sign in to comment.