Skip to content

Commit

Permalink
CI: tentatively fix cache lookup when previous run has failed
Browse files Browse the repository at this point in the history
  • Loading branch information
g-andrade committed Jun 12, 2023
1 parent a8bb86c commit b22dbd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
path: _build
key: ${{env.build_cache_prefix_with_hash}}-${{env.prev_github_run_number}}
restore-keys:
restore-keys: |-
${{env.build_cache_prefix_with_hash}}-
${{env.build_cache_prefix}}-
Expand Down

0 comments on commit b22dbd5

Please sign in to comment.