We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 933fd08 commit 3fbdbccCopy full SHA for 3fbdbcc
.github/workflows/tembo_release.yml
@@ -42,8 +42,6 @@ jobs:
42
id: cargo_build
43
run: |
44
set -x
45
- apt update -y
46
- apt install pkg-config -y
47
rustup target add ${{ matrix.target }}
48
cargo build --release --target=${{ matrix.target }}
49
TEMBO_VERSION=$(target/${{ matrix.target }}/release/tembo --version)
tembo-cli/Cargo.toml
@@ -59,3 +59,4 @@ base64 = "0.21.5"
59
[dev-dependencies]
60
assert_cmd = "2.0.8"
61
predicates = "2.1.5"
62
+openssl = "0.10.62"
0 commit comments