Add ccache to CI (#375)
This commit is contained in:
4
.github/workflows/build-wheels-win32.yaml
vendored
4
.github/workflows/build-wheels-win32.yaml
vendored
@@ -25,7 +25,7 @@ jobs:
|
||||
os: [windows-latest]
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
|
||||
# for a list of versions
|
||||
@@ -44,7 +44,7 @@ jobs:
|
||||
|
||||
ls -lh ./wheelhouse/*.whl
|
||||
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ./wheelhouse/*.whl
|
||||
|
||||
|
||||
Reference in New Issue
Block a user