Skip to content

Commit

Permalink
fix: dont setup rust in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jayy-lmao committed Nov 6, 2024
1 parent 34f2181 commit 1f7a9d8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

- name: Set up Rust
uses: actions/setup-rust@v1
with:
rust-version: stable

- name: Cache Cargo registry and build
id: cache
uses: actions/cache@v3
Expand Down

0 comments on commit 1f7a9d8

Please sign in to comment.