Fix ccache getting disabled (#2905)

This commit is contained in:
Cheng
2025-12-13 13:00:51 +09:00
committed by GitHub
parent ccaaa7d6df
commit bedefed784
2 changed files with 15 additions and 7 deletions
+2
View File
@@ -57,6 +57,7 @@ jobs:
- uses: ./.github/actions/setup-linux
with:
python-version: ${{ matrix.python_version }}
use-ccache: false
- uses: ./.github/actions/build-linux-release
with:
build-backend: ${{ matrix.python-version == '3.10' }}
@@ -141,6 +142,7 @@ jobs:
- uses: ./.github/actions/setup-linux
with:
toolkit: ${{ matrix.toolkit }}
use-ccache: false
- name: Build Python package
uses: ./.github/actions/build-cuda-release
with: