Skip to content
Snippets Groups Projects
Verified Commit a7eb739a authored by João Magalhães's avatar João Magalhães :rocket:
Browse files

chore: new rust config

parent 17e9f8dc
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment