Skip to content

Commit

Permalink
Revert "fix: Illegal instruction: 4 pnpm install --no-frozen-lockfile"
Browse files Browse the repository at this point in the history
This reverts commit 8082672.
  • Loading branch information
linonetwo committed Apr 13, 2024
1 parent 1d21b60 commit ebe765d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
languages: javascript

- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Make Linux (x64)
run: pnpm run make:linux-x64
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Make macOS (x64)
run: pnpm run make:mac-x64
Expand Down Expand Up @@ -213,7 +213,7 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile

- name: Add msi to path
run: echo "${env:wix}bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
Expand Down

0 comments on commit ebe765d

Please sign in to comment.