Use ccache in GitHub Actions (#2773)

* Remove unnecessary steps

* Use ccache

* Log when using ccache

* Set max-size to 1GB

* Pass --no-build-isolation

* Remove more unused things
This commit is contained in:
Cheng
2025-11-16 07:58:14 +09:00
committed by GitHub
parent 1bedcbd556
commit 86765cce34
4 changed files with 14 additions and 16 deletions

View File

@@ -9,8 +9,8 @@ runs:
env:
CMAKE_ARGS: "-DCMAKE_COMPILE_WARNING_AS_ERROR=ON"
DEBUG: 1
run: pip install -e ".[dev]" -v
run: pip install --no-build-isolation -e ".[dev]" -v
- name: Generate package stubs
shell: sh
run: |