Skip to content

Commit

Permalink
Cache CCache between runs
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgyKirichenko committed Oct 29, 2024
1 parent bf0ddbc commit 0de0694
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ jobs:
uses: actions/checkout@v4
with:
submodules: recursive
- name: CCache
id: cache-ccache
uses: actions/cache@v3
with:
key: default
path: /ccache
- name: version
run: |
export YANET_VERSION=${{github.ref_name}}
Expand Down

0 comments on commit 0de0694

Please sign in to comment.