Skip to content

Commit

Permalink
revert the changes in .github/workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Schniz committed Nov 18, 2022
1 parent 5906ee2 commit 3e06839
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,11 +338,8 @@ jobs:
- name: Print fnm version
run: fnm --version
- run: fnm install
- uses: pnpm/[email protected]
with:
run_install: false
- name: Install Node deps
run: fnm exec -- pnpm
run: fnm exec -- yarn
- name: Generate command markdown
run: |
fnm exec -- pnpm generate-command-docs --check --binary-path=$(which fnm)
fnm exec -- yarn generate-command-docs --check --binary-path=$(which fnm)

0 comments on commit 3e06839

Please sign in to comment.