Skip to content

Commit a17a90e

Browse files
committed
Fix Github action failing
This commit fixes the error 'Error: Missing download info for actions/setup-rust@v1'.
1 parent 8f9d0c9 commit a17a90e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,5 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v4
1818

19-
- name: Set up Rust
20-
uses: actions/setup-rust@v1
21-
with:
22-
rust-version: stable
23-
2419
- name: Check project
2520
run: cargo check

0 commit comments

Comments
 (0)