Skip to content

Commit

Permalink
pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 755b84a commit 3429d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rtx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
tool: nextest,just,cargo-deny,cargo-msrv,cargo-machete
- name: Install direnv/shfmt
run: sudo apt-get update; sudo apt-get install direnv shfmt
- run: npm i -g markdown-magic prettier markdownlint-cli
- run: pnpm i -g markdown-magic prettier markdownlint-cli
- run: cargo nextest run --all-features
env:
RUST_BACKTRACE: "1"
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
cache-all-crates: true
- uses: taiki-e/install-action@cargo-llvm-cov
- run: sudo apt-get update; sudo apt-get install zsh fish direnv shfmt
- run: npm i -g markdown-magic
- run: pnpm i -g markdown-magic
- uses: taiki-e/install-action@just
- uses: nick-fields/retry@v2
env:
Expand Down

0 comments on commit 3429d96

Please sign in to comment.