Compare commits
2 commits
b352ee0e67
...
c6101c1e9e
Author | SHA1 | Date | |
---|---|---|---|
c6101c1e9e | |||
3fa43fa798 |
2 changed files with 3 additions and 2 deletions
|
@ -10,6 +10,7 @@ jobs:
|
|||
toolchain:
|
||||
- name: stable
|
||||
- name: nightly
|
||||
- name: v1.81.0
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
@ -22,8 +22,8 @@ jobs:
|
|||
|
||||
The `args` is one of the following:
|
||||
|
||||
- <COMMAND>
|
||||
- [ [nightly | stable | v1.xx.x] ] <COMMAND>
|
||||
- <COMMAND>
|
||||
- [ nightly | stable | v1.xx.x ] <COMMAND>
|
||||
|
||||
`COMMAND` is the command you want to run. The optional prefix is the Rust toolchain, or version. Allowed values are `nightly`, `stable` or a Rust version.
|
||||
|
||||
|
|
Loading…
Reference in a new issue