From 575664682a211526afe296d0b58c93dac7cb5af5 Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Tue, 21 Nov 2023 06:04:58 -0800 Subject: [PATCH] update --- .github/workflows/build-python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index 2dce939ca..f9997104b 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -110,7 +110,7 @@ jobs: with: target: ${{ matrix.settings.target }} args: --release --find-interpreter --sdist - sccache: 'true' + sccache: 'false' manylinux: auto working-directory: ${{ github.workspace }}/languages/python