Skip to content

Commit

Permalink
chore: use ccache to speedup build
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Aug 30, 2024
1 parent 88a1e35 commit 383b7cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
- 'ios/**'
- 'android/**'
- 'cpp/**'
- '.github/workflows/native.yml'

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
Expand All @@ -18,6 +19,8 @@ jobs:
- uses: actions/[email protected]
with:
node-version: 16.x
- name: Setup ccache
uses: hendrikmuhs/[email protected]
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
Expand Down

0 comments on commit 383b7cc

Please sign in to comment.