Add ccache to CI (#375)

This commit is contained in:
Fangjun Kuang
2023-10-20 11:17:37 +08:00
committed by GitHub
parent fe0c8bfc51
commit 2a932aca86
32 changed files with 153 additions and 53 deletions

View File

@@ -23,7 +23,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
- name: Build wheels
@@ -42,7 +42,7 @@ jobs:
ls -lh ./wheelhouse/*.whl
unzip -l ./wheelhouse/*.whl
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.os }}-wheels
path: ./wheelhouse/*.whl
@@ -53,7 +53,7 @@ jobs:
needs: build-libs
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Retrieve artifact from ubuntu-latest
uses: actions/download-artifact@v2
@@ -119,7 +119,7 @@ jobs:
./run.sh
ls -lh packages
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
name: upload nuget packages
with:
name: nuget-packages