Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Oct 2, 2023
1 parent 154f4b8 commit aa417ba
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ jobs:
target: aarch64-apple-ios-sim
- os: ubuntu-latest
target: x86_64-unknown-linux-gnu
- os: ubuntu-latest-xl
cross: true
- os: buildjet-4vcpu-ubuntu-2204-arm
target: aarch64-unknown-linux-gnu
- os: ubuntu-latest
target: aarch64-linux-android
Expand Down Expand Up @@ -73,13 +72,10 @@ jobs:
toolchain: stable
target: ${{ matrix.target }}

- name: Build (Cargo/Cross)
uses: actions-rs/cargo@v1
- name: Build (Cargo)
if: ${{ !contains(matrix.target, 'android') }}
with:
command: build
args: --release --workspace -p livekit --target ${{ matrix.target }}
use-cross: ${{ matrix.cross }}
run: |
cargo build --release --workspace -p livekit --target ${{ matrix.target }}
- name: Build (Android)
if: ${{ contains(matrix.target, 'android') }}
Expand Down

0 comments on commit aa417ba

Please sign in to comment.