We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027321b commit 406eeb5Copy full SHA for 406eeb5
.github/workflows/publish.yml
@@ -160,6 +160,10 @@ jobs:
160
mv ${{ steps.download.outputs.download-path }}/prebuild-macOS-X64-node20/darwin-x64/* ./prebuilds/darwin-x64/ 2>/dev/null || true
161
mv ${{ steps.download.outputs.download-path }}/prebuild-macOS-X64-node22/darwin-x64/* ./prebuilds/darwin-x64/ 2>/dev/null || true
162
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
167
- name: npm install
168
run: npm ci
169
0 commit comments