Skip to content

Commit 69595bb

Browse files
committed
try fix build
1 parent 25ce8e2 commit 69595bb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/npm-publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ jobs:
1616
with:
1717
node-version: 16
1818
registry-url: https://registry.npmjs.org/
19+
- name: Install libkrb5-dev
20+
run: sudo apt-get install -y libkrb5-dev
1921
- name: install
2022
run: yarn
2123
- name: build

0 commit comments

Comments
 (0)