Skip to content

Commit

Permalink
use buildjet when building webrtc
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Feb 14, 2024
1 parent 040d7df commit 311f4a4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/webrtc-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,27 +46,27 @@ jobs:
arch: arm64

- name: linux
os: ubuntu-20.04
os: buildjet-8vcpu-ubuntu-2204
cmd: ./build_linux.sh
arch: x64

- name: linux
os: ubuntu-20.04
os: buildjet-8vcpu-ubuntu-2204
cmd: ./build_linux.sh
arch: arm64

- name: android
os: ubuntu-20.04
os: buildjet-8vcpu-ubuntu-2204
cmd: ./build_android.sh
arch: arm64

- name: android
os: ubuntu-20.04
os: buildjet-8vcpu-ubuntu-2204
cmd: ./build_android.sh
arch: arm

- name: android
os: ubuntu-20.04
os: buildjet-8vcpu-ubuntu-2204
cmd: ./build_android.sh
arch: x64

Expand Down

0 comments on commit 311f4a4

Please sign in to comment.