Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/actions/android-base-setup/action.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Setup Android Environment
description: >
Base setup for Android CI jobs. Checks out the repository, sets up a JDK,
configures the Maven proxy, sets up the Gradle cache, installs zstd,
configures the Maven proxy, sets up the Gradle cache,
and optionally sets up the Rust toolchain.

inputs:
Expand Down Expand Up @@ -59,10 +59,6 @@ runs:
with:
job-id: ${{ inputs.gradle-cache-job-id }}

- name: Install zstd
shell: bash
run: sudo apt-get install -y zstd

- name: Setup Rust toolchain
if: ${{ inputs.setup-rust == 'true' }}
uses: actions-rust-lang/setup-rust-toolchain@v1.15.4