Skip to content

Commit

Permalink
Use latest ccache GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell committed Jul 24, 2023
1 parent 08aff39 commit 81a7e36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/buildAndTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
shell: bash

- name: Ccache for C++ compilation
uses: hendrikmuhs/ccache-action@4687d037e4d7cf725512d9b819137a3af34d39b3
# https://github.com/hendrikmuhs/ccache-action/releases/tag/v1.2.9
uses: hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e
with:
key: ${{ runner.os }}-clangreleaseasserts-${{ steps.get-submodule-hash.outputs.hash }}
max-size: 1G
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/generateDocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Generate Github Pages
name: Generate GitHub Pages

on:
push:
Expand Down Expand Up @@ -42,7 +42,8 @@ jobs:
shell: bash

- name: Ccache for C++ compilation
uses: hendrikmuhs/ccache-action@4687d037e4d7cf725512d9b819137a3af34d39b3
# https://github.com/hendrikmuhs/ccache-action/releases/tag/v1.2.9
uses: hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e
with:
key: ${{ runner.os }}-clangreleaseasserts-${{ steps.get-submodule-hash.outputs.hash }}
max-size: 1G
Expand Down

0 comments on commit 81a7e36

Please sign in to comment.