From f3f42d1f2383e60c94ee823431ae32f63f9c7c63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?The=CC=81o=20Monnom?= Date: Sun, 12 Nov 2023 22:46:25 -0800 Subject: [PATCH] fix attempt --- .github/workflows/webrtc-builds.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/webrtc-builds.yml b/.github/workflows/webrtc-builds.yml index 745a4a30..caca9644 100644 --- a/.github/workflows/webrtc-builds.yml +++ b/.github/workflows/webrtc-builds.yml @@ -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: |