Update .github/workflows/main.yml

This commit is contained in:
Evann Regnault 2024-03-31 15:43:33 +00:00
parent 6d54bcf15f
commit 95730fd19c

View file

@ -26,6 +26,9 @@ jobs:
username: ${{ env.DOCKER_USERNAME }}
password: ${{ env.DOCKER_PASSWORD }}
- name: Setup docker
uses: docker-practice/actions-setup-docker@master
- name: Install Rust ToolChain
uses: https://github.com/actions-rs/toolchain@v1
with: