Skip to content

Commit

Permalink
Remove sscache from windows github build
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
  • Loading branch information
ChristopherRabotin committed Jun 2, 2023
1 parent 438cfb7 commit 1d95cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1d95cc9

Please sign in to comment.