diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 618e3658a..a20b27d89 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,6 +40,11 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions-rs/toolchain@v1 + with: + toolchain: 1.76.0 + components: rustfmt, clippy + profile: minimal + override: true - name: Download Contracts uses: actions/download-artifact@v3 with: