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 52b0ba0
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,8 @@ 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
- run: cargo fmt --all -- --check
- run: cargo clippy

- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit 52b0ba0

Please sign in to comment.