We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06736da commit 4cc6e87Copy full SHA for 4cc6e87
2 files changed
.github/actions/init-blacksmith/action.yml
@@ -119,6 +119,8 @@ runs:
119
run: pnpm install
120
shell: bash
121
122
+ # pkglab ships platform-specific binaries as optional deps (pkglab-linux-x64, etc.)
123
+ # pnpm doesn't resolve these for workspace devDeps, so we install globally via npm
124
- name: Install pkglab
125
run: npm install -g pkglab@0.12.0
126
.github/actions/init/action.yml
0 commit comments