Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ssddOnTop committed Apr 15, 2024
1 parent c1b1356 commit 978c585
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 29 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@ jobs:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-llvm-cov

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: "20.11.0"
- name: Install Prettier
run: npm install --global prettier

- name: Install Stable Toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
Expand Down

This file was deleted.

0 comments on commit 978c585

Please sign in to comment.