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
This action uses the current default toolchain. So, cargo -vV and rustc -vV should show the toolchain currently in use.
Also, (as documented) it is recommended to use install-action instead of this action for tools that are supported by install-action, such as mdbook. It is more robust against such compiler bugs.
I have hit this nightly-specific error while installing
mdbook
, so the simplest work-around I would like to try is installingmdbook
with cargo stable.I didn't see any input option for selecting a toolchain. I tried setting the ambient default in a step prior to using this action, ala:
-however I run into the same error.
Questions:
stable
toolchain?The text was updated successfully, but these errors were encountered: