Skip to content

Commit

Permalink
fix: usage of node12 which is deprecated in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hamirmahal committed Nov 28, 2024
1 parent 5592b97 commit 381b2e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
components: rustfmt, clippy
override: true

- name: Build
run: cargo build --verbose

Expand Down

0 comments on commit 381b2e5

Please sign in to comment.