Skip to content
This repository was archived by the owner on May 27, 2026. It is now read-only.

Commit d0b334d

Browse files
committed
Fix Docker build failing in CI
1 parent cbb743e commit d0b334d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ jobs:
8383
node-version: '16.x'
8484
- name: Check out repository
8585
uses: actions/checkout@v3
86+
- name: Install Kyoto Cabinet
87+
run: sudo .github/install-kc-ci.sh
8688
- name: Load cache
8789
uses: actions/cache@v2
8890
with:

0 commit comments

Comments
 (0)