Skip to content
This repository was archived by the owner on May 5, 2026. It is now read-only.

Commit c76d32a

Browse files
noahgiftclaude
andcommitted
Fix CI: use dtolnay/rust-toolchain instead of rust-action
The action dtolnay/rust-action doesn't exist. The correct action is dtolnay/rust-toolchain. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 2505bd7 commit c76d32a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818

1919
- name: Install Rust
20-
uses: dtolnay/rust-action@stable
20+
uses: dtolnay/rust-toolchain@stable
2121
with:
2222
components: clippy, rustfmt
2323

@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v4
4949

5050
- name: Install Rust
51-
uses: dtolnay/rust-action@stable
51+
uses: dtolnay/rust-toolchain@stable
5252
with:
5353
targets: wasm32-unknown-unknown
5454

@@ -64,7 +64,7 @@ jobs:
6464
- uses: actions/checkout@v4
6565

6666
- name: Install Rust
67-
uses: dtolnay/rust-action@stable
67+
uses: dtolnay/rust-toolchain@stable
6868

6969
- name: Run benchmarks
7070
run: cargo bench -p presentar-core --no-run

0 commit comments

Comments
 (0)