-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -64,7 +64,7 @@ jobs: | |
languages: javascript | ||
|
||
- name: Install dependencies (x64) | ||
run: pnpm install | ||
run: pnpm install && pnpm remove registry-js | ||
env: | ||
# for dugute, see node_modules/.pnpm/[email protected]/node_modules/dugite/script/config.js | ||
npm_config_arch: x64 | ||
|
@@ -129,12 +129,11 @@ jobs: | |
with: | ||
version: 9 | ||
|
||
- name: Get pnpm store directory | ||
id: pnpm-cache | ||
shell: bash | ||
run: | | ||
echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT | ||
# - name: Get pnpm store directory | ||
# id: pnpm-cache | ||
# shell: bash | ||
# run: | | ||
# echo "STORE_PATH=$(pnpm store path)" >> $GITHUB_OUTPUT | ||
# - uses: actions/cache@v3 | ||
# name: Setup pnpm cache | ||
# with: | ||
|
@@ -143,11 +142,8 @@ jobs: | |
# restore-keys: | | ||
# ${{ runner.os }}-pnpm-store- | ||
|
||
- name: Remove buggy dependencies | ||
run: pnpm remove registry-js | ||
|
||
- name: Install dependencies (x64) | ||
run: pnpm install | ||
run: pnpm install && pnpm remove registry-js | ||
env: | ||
npm_config_arch: x64 | ||
- name: Make macOS (x64) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters