Skip to content

Commit

Permalink
ci: rust version for deplyo
Browse files Browse the repository at this point in the history
  • Loading branch information
crnbarr93 committed Nov 8, 2024
1 parent dd7dd70 commit c7b73d6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c7b73d6

Please sign in to comment.