Update .github/workflows/main.yml
This commit is contained in:
parent
5e8abac7f7
commit
6a6f36dd62
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -26,6 +26,9 @@ jobs:
|
|||
username: ${{ env.DOCKER_USERNAME }}
|
||||
password: ${{ env.DOCKER_PASSWORD }}
|
||||
|
||||
- name: Install Rust ToolChain
|
||||
uses: https://github.com/actions-rs/toolchain
|
||||
|
||||
- name: Install cargo-semver
|
||||
uses: https://github.com/actions-rs/install@v0.1.2
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue