Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Princesseuh committed Dec 12, 2024
1 parent b5c51a8 commit 7bbad32
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ jobs:
with:
bins: just

- name: Setup PNPM
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Install dependencies
run: just install

Expand All @@ -43,11 +52,23 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Setup PNPM
uses: pnpm/action-setup@v4

- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"

- name: Setup Rust
uses: moonrepo/setup-rust@v1
with:
bins: just

- name: Install dependencies
run: just install

- name: Build
run: just build

Expand Down

0 comments on commit 7bbad32

Please sign in to comment.