Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/docker/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,7 @@ export class Install {
});

if (!(await Install.qemuInstalled())) {
// FIXME: QEMU 10.1.2 seems to break on GitHub runners. Pin to 10.1.1 in the meantime: https://github.com/docker/actions-toolkit/issues/852
await this.brewInstall('qemu', '4a7a2dd5d44d068b3e89ebed5be7b4ada315d221');
await this.brewInstall('qemu');
}
const qemuBin = await Install.qemuBin();
await core.group('QEMU version', async () => {
Expand Down
Loading