Skip to content

Commit

Permalink
Try fixing caches in qemu
Browse files Browse the repository at this point in the history
  • Loading branch information
rjfarmer committed Jan 28, 2024
1 parent d1fdb6f commit 8652f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
id: container-cache
with:
path: docker_${TOOLCHAIN_NAME}.tar
key: container-${{ runner.os }}-${{ matrix.BUILD_PROP[1] }}-${{ matrix.BUILD_PROP[2] }}
key: container-${TOOLCHAIN_NAME}

- name: Creates new container
if: steps.container-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8652f59

Please sign in to comment.