Skip to content

Commit 0d20fcf

Browse files
authored
Remove Rust installation step from workflow
1 parent bfe6ebd commit 0d20fcf

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/harper.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v6
1515

16-
- name: Install Rust
17-
uses: dtolnay/rust-toolchain@stable
18-
1916
- name: Install Harper CLI
2017
run: cargo install harper-cli --locked
2118

0 commit comments

Comments
 (0)