From 1d95cc918b449c8dde3fb461ac6408921158e954 Mon Sep 17 00:00:00 2001 From: Christopher Rabotin Date: Fri, 2 Jun 2023 09:24:20 -0600 Subject: [PATCH] Remove sscache from windows github build Signed-off-by: Christopher Rabotin --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 0b2833a3..b442b623 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -85,7 +85,7 @@ jobs: with: target: ${{ matrix.target }} args: --release --out dist --find-interpreter -F python - sccache: 'true' + # sccache: 'true' # sscache seems to have broken on Windows on Github -- https://github.com/nyx-space/nyx/actions/runs/5156694943/jobs/9288035780 - name: Upload wheels uses: actions/upload-artifact@v3 with: