Skip to content
This repository was archived by the owner on Oct 19, 2024. It is now read-only.

Commit fd6025b

Browse files
authored
Install rdkafka as part of deployment (#120)
1 parent d6815e6 commit fd6025b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
- uses: mstksg/setup-stack@v1
1212
- name: Get Standalone Haddock
1313
run: stack install standalone-haddock
14+
- name: Get rdkafka
15+
run: sudo apt-get install librdkafka-dev
1416
- name: Get Bundle & Jekyll
1517
run: |
1618
sudo apt-get update

0 commit comments

Comments
 (0)