diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11f8d478..7605ec58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,6 +6,10 @@ on: pull_request: branches: ["main"] +env: + SCCACHE_GHA_ENABLED: "true" + RUSTC_WRAPPER: "sccache" + jobs: unit_test: name: Build and Test iPhone simulator