Skip to content

Commit 6f12a8f

Browse files
committed
fix broken CI/CD pipeline
1 parent d593428 commit 6f12a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Install Rust toolchain
20-
uses: dtolnay/rust-action@stable
20+
uses: dtolnay/rust-toolchain@stable
2121

2222
- name: Cache cargo registry
2323
uses: actions/cache@v4

0 commit comments

Comments
 (0)