Skip to content

Commit

Permalink
fix: get libssl-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Amninder Kaur committed Sep 5, 2023
1 parent c0d7086 commit c2e7eca
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
- run: sudo apt-get install libssl-dev
- run: sudo apt-get install libssl2-dev

- run: rustup component add rustfmt clippy
- name: cargo clean
run: cargo clean
Expand Down
46 changes: 46 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chronos_bin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ serde = { version = "1.0.152", features = ["derive"] }
serde_json = "1.0.93"

#kafka
rdkafka = { version = "0.34.0" }
rdkafka = { version = "0.34.0", features = ["sasl"] }

#exception-handling
thiserror = "1.0.31"
Expand Down

0 comments on commit c2e7eca

Please sign in to comment.