Skip to content

Commit c68303d

Browse files
committed
fix: add rebuild command and remove docker buildx
1 parent f4ae428 commit c68303d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/tests-evault-core.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
- name: Install pnpm
3232
run: npm install -g pnpm
3333

34-
- name: Set up Docker Buildx
35-
uses: docker/setup-buildx-action@v3
36-
3734
- name: Install dependencies
3835
run: pnpm install
3936

@@ -43,7 +40,7 @@ jobs:
4340
find node_modules -name "sshcrypto.node" -delete 2>/dev/null || true
4441
find node_modules -path "*/ssh2/lib/protocol/crypto/build/Release/sshcrypto.node" -delete 2>/dev/null || true
4542
# Rebuild ssh2 specifically for this platform
46-
pnpm rebuild ssh2 --force
43+
pnpm rebuild ssh2
4744
# Rebuild all other native modules
4845
pnpm rebuild
4946

0 commit comments

Comments
 (0)