taiki-e / setup-cross-toolchain-action

GitHub Action for setup toolchains for cross compilation and cross testing for Rust.
Apache License 2.0
32 stars 3 forks source link

Bad error message when target input option is not set (upstream bug) #17

Open taiki-e opened 1 year ago

taiki-e commented 1 year ago

See https://github.com/taiki-e/create-gh-release-action/issues/31

Since we already marked this input option as required: true, this is a bug in GitHub actions runner.

https://github.com/taiki-e/setup-cross-toolchain-action/blob/d70fec48e2f7d9cdfa79ec6b6da3a4c44e13668b/action.yml#L5-L7