Skip to content

Commit

Permalink
fix(ci): not being able to install pnpm dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BrewingWeasel committed Aug 22, 2024
1 parent 73db1c4 commit 1143fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout source code
uses: actions/checkout@v3

- name: install just
uses: extractions/setup-just@v1

Expand Down Expand Up @@ -41,9 +44,6 @@ jobs:
with:
components: rustfmt, clippy

- name: Checkout source code
uses: actions/checkout@v3

- name: Runs tests
run: just test

Expand Down

0 comments on commit 1143fff

Please sign in to comment.