Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
GitHub: don't cache the Rust target/ directory for the iOS tests
Browse files Browse the repository at this point in the history
It's causing problems with the new-style iOS build.
  • Loading branch information
jrose-signal committed Jun 25, 2021
1 parent 53fe59b commit 1e3ea01
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,6 @@ jobs:
- name: Add rust-src component
run: rustup component add rust-src

- name: Cache cargo build
uses: actions/cache@v1
with:
path: target
key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }}

- name: Run pod lint
# No import validation because it tries to build unsupported platforms (like 32-bit iOS).
run: pod lib lint --verbose --platforms=ios --skip-import-validation --allow-warnings

0 comments on commit 1e3ea01

Please sign in to comment.