Skip to content

Commit e1103de

Browse files
committed
Fix workflow again
1 parent 82aa0f2 commit e1103de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upload-binaries.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Checkout
1919
uses: actions/checkout@v4
2020
- name: Install Rust
21-
uses: actions-rs/toolchain@stable
21+
uses: dtolnay/rust-toolchain@stable
2222
with:
2323
profile: minimal
2424
toolchain: stable

0 commit comments

Comments
 (0)