add ccache and sccache to speed up CI

Signed-off-by: Csaba Kiraly <csaba.kiraly@gmail.com>
This commit is contained in:
Csaba Kiraly 2025-01-16 18:23:07 +01:00
parent 2ad7c31c85
commit b08a12514f
No known key found for this signature in database
GPG Key ID: 0FE274EE8C95166E

View File

@ -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: