Skip to content

Commit 3fbdbcc

Browse files
committed
installs openssl
1 parent 933fd08 commit 3fbdbcc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tembo_release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
id: cargo_build
4343
run: |
4444
set -x
45-
apt update -y
46-
apt install pkg-config -y
4745
rustup target add ${{ matrix.target }}
4846
cargo build --release --target=${{ matrix.target }}
4947
TEMBO_VERSION=$(target/${{ matrix.target }}/release/tembo --version)

tembo-cli/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,4 @@ base64 = "0.21.5"
5959
[dev-dependencies]
6060
assert_cmd = "2.0.8"
6161
predicates = "2.1.5"
62+
openssl = "0.10.62"

0 commit comments

Comments
 (0)