Skip to content
This repository was archived by the owner on Nov 25, 2022. It is now read-only.

Commit 699e64c

Browse files
committed
Install libolm when building
1 parent f65fb77 commit 699e64c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

complement/pipeline.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
steps:
77
- command:
8+
- apt-get update && apt-get install -y libolm-dev
89
- go build -tags="*" ./internal/...
910
label: "\U0001F528 Build Complement / :go: 1.13"
1011
plugins:
@@ -17,6 +18,7 @@ steps:
1718
limit: 3
1819

1920
- command:
21+
- apt-get update && apt-get install -y libolm-dev
2022
- go build -tags="*" ./internal/...
2123
label: "\U0001F528 Build Complement / :go: 1.15"
2224
plugins:

0 commit comments

Comments
 (0)