Compare commits
No commits in common. "c6101c1e9eae85a11d37dfb42727a42e1e86e32f" and "b352ee0e67b8bbd09696514ccd483ac92b4725e3" have entirely different histories.
c6101c1e9e
...
b352ee0e67
2 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,6 @@ jobs:
|
||||||
toolchain:
|
toolchain:
|
||||||
- name: stable
|
- name: stable
|
||||||
- name: nightly
|
- name: nightly
|
||||||
- name: v1.81.0
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
|
@ -22,8 +22,8 @@ jobs:
|
||||||
|
|
||||||
The `args` is one of the following:
|
The `args` is one of the following:
|
||||||
|
|
||||||
- <COMMAND>
|
- <COMMAND>
|
||||||
- [ nightly | stable | v1.xx.x ] <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.
|
`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