Skip to content

Commit

Permalink
chore: set stable toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 11, 2024
1 parent d16e4ca commit d811c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: dtolnay/rust-toolchain@master
name: Install Rust toolchain
with:
toolchain: ${{ inputs.toolchain }}
toolchain: stable

- name: Install protoc
id: deps-protoc
Expand All @@ -61,7 +61,7 @@ jobs:
- name: "Compile Protobuf definitions (needed by fmt, doc, etc.)"
shell: bash
run: cargo build -p tenderdash-proto

- name: Check out code
uses: actions/checkout@v4

Expand Down

0 comments on commit d811c92

Please sign in to comment.