Skip to content

Commit

Permalink
enable SCCACHE
Browse files Browse the repository at this point in the history
  • Loading branch information
0xh3rman committed Jun 2, 2024
1 parent 3da9f58 commit 451c61c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 451c61c

Please sign in to comment.