From 6fda93436206188b929c8f3ee666903fb48cef1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Wala?= Date: Mon, 6 Nov 2023 12:00:24 +0100 Subject: [PATCH] Install `libsrtp` on CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba8d5bf..047840f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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