Skip to content

Commit

Permalink
More get-cudaq-build updates (ccache-cudaq)
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Howe <[email protected]>
  • Loading branch information
bmhowe23 committed Jan 14, 2025
1 parent a1d5b2f commit 30e1491
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/get-cudaq-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ runs:
with:
fail-on-cache-miss: false
path: /cudaq-ccache
key: ccache-cudaq
key: ccache-cudaq-${{ inputs.platform }}

- name: Install CUDAQ build requirements
if: steps.check-cache.outputs.valid == 'false' && inputs.lookup-only == 'false'
Expand Down Expand Up @@ -147,15 +147,15 @@ runs:
env:
GH_TOKEN: ${{ github.token }}
run: |
gh cache delete ccache-cudaq --repo ${{ github.repository }}
gh cache delete ccache-cudaq-${{ inputs.platform }} --repo ${{ github.repository }}
shell: bash --noprofile --norc -euo pipefail {0}

- name: Store compilation (CCache)
if: steps.check-cache.outputs.valid == 'false' && inputs.save-ccache == 'true' && inputs.lookup-only == 'false'
uses: actions/cache/save@v4
with:
path: /cudaq-ccache
key: ccache-cudaq
key: ccache-cudaq-${{ inputs.platform }}


# ==========================================================================
Expand Down

0 comments on commit 30e1491

Please sign in to comment.