Merge pull request #896 from crazy-max/unpin-qemu

docker(install): unpin QEMU
This commit is contained in:
Paweł Gronowski
2025-12-15 10:04:03 +00:00
committed by GitHub

View File

@@ -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 () => {