Update .github/workflows/main.yml

This commit is contained in:
Evann Regnault 2024-03-31 15:36:28 +00:00
parent 5e8abac7f7
commit 6a6f36dd62

View file

@ -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: