Skip to content

Commit 59225f5

Browse files
committed
chore: reproduce win32 rslib failure with Socket Firewall
1 parent 9c2b2b3 commit 59225f5

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/debug-win-build.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,14 @@ jobs:
3131
run: |
3232
node --version; pnpm --version; corepack --version; npm --version
3333
34-
- name: Install deps (no Socket Firewall, to isolate sfw)
35-
run: pnpm install --frozen-lockfile
34+
- name: Set up Socket Firewall
35+
uses: socketdev/action@937f824ec476dfd164d4a4d9995751427b0be143 # v1
36+
with:
37+
mode: firewall
38+
env:
39+
SOCKET_SECURITY_API_KEY: ${{ secrets.SOCKET_SECURITY_API_KEY }}
40+
- name: Install deps (WITH Socket Firewall — reproduce release)
41+
run: sfw pnpm install --frozen-lockfile
3642

3743
- name: Diagnostics
3844
shell: bash

0 commit comments

Comments
 (0)