Skip to content

Commit

Permalink
maybe the relative path is wrong?
Browse files Browse the repository at this point in the history
  • Loading branch information
frasertweedale committed Nov 6, 2023
1 parent 807ff1f commit 53f26aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/call-check-advisories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
path: ~/.local/dockerImages
- name: Populate cache on cache miss
if: ${{ !inputs.is-artifact && steps.fetch-binaries.outputs.cache-hit != 'true' }}
uses: ./.github/workflows/call-nix.yml
uses: ../call-nix.yml
- name: Fetch cache (second attempt after cache miss)
if: ${{ !inputs.is-artifact && steps.fetch-binaries.outputs.cache-hit != 'true' }}
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 53f26aa

Please sign in to comment.