Skip to content

Commit

Permalink
update gh actions file
Browse files Browse the repository at this point in the history
switch to pnpm
  • Loading branch information
shouryan01 committed Jan 21, 2024
1 parent 0333e4a commit 21edd61
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

- name: Setup bun
uses: oven-sh/setup-bun@v1
- name: Setup pnpm
uses: pnpm/action-setup@v2.4.0
with:
bun-version: 1.0.22
version: 8.14.0

- name: Rust setup
uses: dtolnay/rust-toolchain@stable
Expand All @@ -37,7 +37,7 @@ jobs:
node-version: 20

- name: Install frontend dependencies
run: bun install
run: pnpm install

- name: Build MacOS x64
if: matrix.platform == 'macos-latest'
Expand All @@ -56,7 +56,7 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
args: "--target x86_64-apple-darwin"
args: --target x86_64-apple-darwin

- name: Build MacOS arm64
if: matrix.platform == 'macos-latest'
Expand All @@ -75,4 +75,4 @@ jobs:
releaseBody: "See the assets to download this version and install."
releaseDraft: true
prerelease: false
args: "--target aarch64-apple-darwin"
args: --target aarch64-apple-darwin
Binary file removed bun.lockb
Binary file not shown.
119 changes: 119 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 21edd61

Please sign in to comment.