Skip to content

Commit 8ff41f3

Browse files
committed
chore: remove unused step
1 parent a893582 commit 8ff41f3

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,6 @@ jobs:
2020
- name: Checkout code
2121
uses: actions/checkout@v5
2222

23-
- name: Install Rust
24-
uses: actions-rs/toolchain@v1
25-
with:
26-
toolchain: stable
27-
override: true
28-
2923
- name: Build binary
3024
run: cargo build --release --all-features
3125

0 commit comments

Comments
 (0)