What version of Turborepo are you using?
all
What package manager are you using / does the bug impact?
Yarn v1
What operating system are you using?
Linux
Describe the Bug
Since #544 and after publishing 1.1.0-canary.x, GitHub Actions for run examples are failing due to a mismatch and error thrown by turbo's postinstall script's validateBinaryVersion which is comparing canary to the latest release 1.0.28 at the moment
Expected Behavior
check-examples works in GH Actions
To Reproduce
See PRs. I was unable to repro locally