When installing forc with CI, the `mainnet` toolchain is not recognized
Open
bug
- Dominant language
- Rust
- Stars
- 282
- Forks
- 150
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 2
Description
When CI specifies the toolchain as `mainnet`, CI will fail to install with an unknown toolchain error.
```
- name: Install Fuel toolchain
uses: FuelLabs/action-fuel-toolchain@v0.6.0
with:
toolchain: mainnet
```
```
Error: Unknown toolchain. Use one of: ['latest', 'nightly', 'beta-1', 'beta-2', 'beta-3']
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.