Skip to content

Commit

Permalink
[bug] fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiram committed Feb 5, 2025
1 parent 051fa9b commit c13624a
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,11 @@ jobs:
with:
submodules: "recursive"

- name: Setup Node.js
uses: pnpm/action-setup@v4
with:
version: 8

- name: Install Node.js
uses: actions/setup-node@v4
with:
node-version: 'latest'
# cache: 'pnpm'

# - name: Install dependencies
# run: |
# pnpm install
# env:
# PNPM_LOCKFILE_DIR: ""
cache: 'yarn'

- name: Build/release Electron app
uses: samuelmeuli/[email protected]
Expand Down

0 comments on commit c13624a

Please sign in to comment.