Skip to content

Commit

Permalink
[eudsl][CI] save ccache (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental authored Jan 1, 2025
1 parent 6a9b0ef commit aeb7b23
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build_test_release_eudsl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,13 @@ jobs:
$python3_command -m cibuildwheel "$PWD/projects/eudsl-py" --output-dir wheelhouse
ccache -s
- name: "Save cache"
uses: actions/cache/save@v3
if: ${{ !cancelled() && github.event_name == 'push' && github.ref_name == 'main' }}
with:
path: ${{ steps.setup_base.outputs.cache-dir }}
key: ${{ env.cache-key }}

- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit aeb7b23

Please sign in to comment.