Skip to content

Commit a2a11b3

Browse files
committed
fix(ci): release workflow install fdb 7.3
Signed-off-by: Alexandre Burgoni <alexandre.burgoni@clever.cloud>
1 parent d29ab44 commit a2a11b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
- uses: actions/checkout@v4
2121
with:
2222
ref: main
23+
- name: Setup FoundationDB
24+
uses: foundationdb-rs/foundationdb-actions-install@v2.3.0
25+
with:
26+
version: "7.3.43"
2327
- uses: taiki-e/upload-rust-binary-action@v1
2428
with:
2529
bin: fdbexporter

0 commit comments

Comments
 (0)