Skip to content

Commit 74279f1

Browse files
committed
ci: install fdb-client to build
Signed-off-by: Alexandre Burgoni <alexandre.burgoni@clever.cloud>
1 parent 1a11e25 commit 74279f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ jobs:
2929
profile: minimal
3030
toolchain: stable
3131
override: true
32+
- name: Setup FoundationDB
33+
uses: foundationdb-rs/foundationdb-actions-install@v2.3.0
34+
with:
35+
version: "7.3.43"
3236
- uses: actions-rs/cargo@v1
3337
with:
3438
command: test

0 commit comments

Comments
 (0)