Skip to content

Commit

Permalink
update ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield committed May 16, 2024
1 parent 177ff0e commit d516cc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generateDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:

- name: Get Submodule Hash
id: get-submodule-hash
run: echo "::set-output name=hash::$(md5sum $(echo utils/clone-llvm.sh))"
run: echo "::set-output name=hash::$(md5sum $(echo utils/clone-mlir-aie.sh))"
shell: bash

- name: Ccache for C++ compilation
uses: hendrikmuhs/ccache-action@4687d037e4d7cf725512d9b819137a3af34d39b3
with:
key: ${{ runner.os }}-clangreleaseasserts-${{ steps.get-submodule-hash.outputs.hash }}
key: ${{ runner.os }}-generatedocs-${{ steps.get-submodule-hash.outputs.hash }}
max-size: 1G

- name: Build and Install libxaie
Expand Down

0 comments on commit d516cc0

Please sign in to comment.