Skip to content

Commit

Permalink
[fix] update cache-key in qemu setup action, try to fix ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
hky1999 committed Oct 17, 2024
1 parent d018921 commit d06d7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions/setup-qemu/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
uses: actions/cache/restore@v4
with:
path: qemu_build
key: qemu-${{ inputs.qemu-version }}-slirp-1
key: qemu-${{ inputs.qemu-version }}-slirp-2
- name: Download and build QEMU
if: steps.cache-qemu.outputs.cache-hit != 'true'
env:
Expand All @@ -32,7 +32,7 @@ runs:
if: steps.cache-qemu.outputs.cache-hit != 'true'
with:
path: qemu_build
key: qemu-${{ inputs.qemu-version }}-slirp-1
key: qemu-${{ inputs.qemu-version }}-slirp-2

- name: Install QEMU
shell: bash
Expand Down

0 comments on commit d06d7db

Please sign in to comment.