Skip to content

Commit

Permalink
buildjet deps for 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Feb 14, 2024
1 parent c7fb978 commit 77cb417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/webrtc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- run: pip3 install setuptools # pkg_resources is sometimes not found?

- name: Install linux dependencies
if: ${{ matrix.target.os == 'ubuntu-20.04' || matrix.target.os == 'ubuntu-latest' || matrix.target.os == 'buildjet-8vcpu-ubuntu-2204' }}
if: ${{ matrix.target.os == 'ubuntu-20.04' || matrix.target.os == 'ubuntu-latest' || matrix.target.os == 'buildjet-8vcpu-ubuntu-2004' }}
run: |
sudo apt update -y
sudo apt install -y ninja-build pkg-config openjdk-11-jdk
Expand Down

0 comments on commit 77cb417

Please sign in to comment.