Skip to content

Commit e89a1dd

Browse files
committed
fix(ci): correct rusts-toolchain action name
1 parent 0972640 commit e89a1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Install Rust
15-
uses: dtolnay/rust-toolchain-action@stable
15+
uses: dtolnay/rust-toolchain@stable
1616
- name: Build workspace (if present)
1717
run: cargo build --workspace --all-targets --release || true
1818
- name: Format check

0 commit comments

Comments
 (0)