Skip to content

Commit

Permalink
chore: new rust config
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 1, 2023
1 parent 17e9f8d commit a7eb739
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:
- name: Checkout code from repository
uses: actions/checkout@v3
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.0
run: |
rustup install 1.71.0
rustup override set 1.71.0
- name: Build Base
run: |
cargo build
Expand Down

0 comments on commit a7eb739

Please sign in to comment.