Skip to content

Commit

Permalink
don sccache on android
Browse files Browse the repository at this point in the history
  • Loading branch information
mukilan committed Dec 2, 2023
1 parent 8628568 commit 2094690
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ env:
cargo_profile_name: ${{ inputs.production && 'production' || 'release' }}
RUST_BACKTRACE: 1
SHELL: /bin/bash
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
CCACHE: "sccache"
CARGO_INCREMENTAL: 0
RUST_FONTCONFIG_DLOPEN: "on" # FIXME: avoid link failure on fontconfig
HARFBUZZ_SYS_NO_PKG_CONFIG: "true"
Expand All @@ -65,8 +62,6 @@ jobs:
with:
ref: refs/pull/${{ github.event.issue.number || github.event.number }}/head
fetch-depth: 2
- name: Run sccache-cache
uses: mozilla-actions/[email protected]
- name: Install taplo
uses: baptiste0928/cargo-install@v2
with:
Expand Down

0 comments on commit 2094690

Please sign in to comment.