You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like after the latest (1.31.2) update, CRC executable is not present inside the zipped package for the windows. .msi file is present which will have different installation mechanism.
The text was updated successfully, but these errors were encountered:
there are a few options. it looks like the runners should have admin permissions so that should not block us.
use msiexec and make crc windows a special case
allow downloading crc-windows but then just leave the msi in the bin and leave it to the user to install it (also we'd have to disable the version exec)
drop support for crc windows (we already dropped crc mac)
i think 1) is probably less work than 2) tbh so let's explore that option.
It seems like after the latest (1.31.2) update, CRC executable is not present inside the zipped package for the windows.
.msi
file is present which will have different installation mechanism.The text was updated successfully, but these errors were encountered: