mirror of
https://github.com/status-im/nim-dagger.git
synced 2025-01-17 02:02:08 +00:00
add ccache and sccache to speed up CI
Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
parent
2ad7c31c85
commit
b08a12514f
7
.github/workflows/ci-reusable.yml
vendored
7
.github/workflows/ci-reusable.yml
vendored
@ -34,6 +34,13 @@ jobs:
|
||||
submodules: recursive
|
||||
ref: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
- name: ccache
|
||||
uses: hendrikmuhs/ccache-action@v1.2
|
||||
if: matrix.os == 'linux' || matrix.os == 'macos'
|
||||
with:
|
||||
create-symlink: true
|
||||
key: ${{ matrix.os }}-${{ matrix.builder }}-${{ matrix.cpu }}
|
||||
|
||||
- name: Setup Nimbus Build System
|
||||
uses: ./.github/actions/nimbus-build-system
|
||||
with:
|
||||
|
Loading…
x
Reference in New Issue
Block a user