adding ccache job back

This commit is contained in:
Troy Tamas 2025-05-23 11:01:55 +09:00
parent ae5503e5db
commit 793f29296e
1 changed files with 5 additions and 0 deletions

View File

@ -45,6 +45,11 @@ jobs:
- name: Cancel Workflow Action
uses: styfle/cancel-workflow-action@0.12.1
- uses: actions/checkout@v4
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ github.job }}-${{ matrix.os }}-${{ matrix.cibuild }} # Make cache specific to OS
max-size: "5G"
- name: Install dependencies
run: |
env