Skip to content

Commit

Permalink
fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Nov 13, 2023
1 parent 3c16d6f commit f3f42d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/webrtc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,9 @@ jobs:
with:
submodules: true

- uses: actions/setup-python@v4
- run: pip install setuptools # pkg_resources is sometimes not found?

- name: Install linux dependencies
if: ${{ matrix.target.os == 'ubuntu-20.04' || matrix.target.os == 'ubuntu-latest' }}
run: |
Expand Down

0 comments on commit f3f42d1

Please sign in to comment.