mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2026-03-06 05:51:36 -08:00
fix: --no-frozen-lockfile for .pnpmfile.cjs
This commit is contained in:
parent
665aef19c1
commit
00983e38fe
1 changed files with 3 additions and 3 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue