Skip to content

Commit 406eeb5

Browse files
committed
fix: install deps in publish
1 parent 027321b commit 406eeb5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,10 @@ jobs:
160160
mv ${{ steps.download.outputs.download-path }}/prebuild-macOS-X64-node20/darwin-x64/* ./prebuilds/darwin-x64/ 2>/dev/null || true
161161
mv ${{ steps.download.outputs.download-path }}/prebuild-macOS-X64-node22/darwin-x64/* ./prebuilds/darwin-x64/ 2>/dev/null || true
162162
find ./prebuilds
163+
- name: install dependencies
164+
run: |
165+
sudo apt-get update && \
166+
sudo apt-get install -y software-properties-common git build-essential clang libssl-dev libkrb5-dev libc++-dev wget python3 zlib1g-dev
163167
- name: npm install
164168
run: npm ci
165169

0 commit comments

Comments
 (0)