Update .github/workflows/main.yml
This commit is contained in:
parent
6d70aece3a
commit
6d54bcf15f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -28,6 +28,8 @@ jobs:
|
|||
|
||||
- name: Install Rust ToolChain
|
||||
uses: https://github.com/actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
|
||||
- name: Install cargo-semver
|
||||
uses: https://github.com/actions-rs/install@v0.1.2
|
||||
|
|
Loading…
Reference in a new issue