Skip to content

Commit

Permalink
Issue TBD54566975#94: Try installing openssl via crates config
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Jul 29, 2024
1 parent 2122f28 commit aa6b1f4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-issue-94.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ jobs:
run: just test
- name: Build Release
run: just build
- name: Install MacOS x86_64 Build Dependencies
if: ${{ matrix.os == 'macos-12' }}
run: brew install openssl@3
- name: Install Ubuntu x86_64 Build Dependencies
if: ${{ matrix.os == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install pkg-config libssl-dev
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ license-file = "LICENSE"
serde = { version = "1.0.193", features = ["derive", "rc"] }
serde_json = "1.0.108"
openssl = { version = "0.10.66", features = ["vendored"] }
openssl-sys = { version = "0.9.103", features = ["vendored"] }
thiserror = "1.0.50"
web5 = { git = "https://github.com/TBD54566975/web5-rs", rev = "76adcba82bc2547f09cb70435b5528b7b64090bd" }
1 change: 1 addition & 0 deletions crates/tbdex/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ type-safe-id = { version = "0.3.0", features = ["serde"] }
uuid = "1.9.0"
web5 = { workspace = true }
openssl = "0.10.66"
openssl-sys = "=0.9.103"

[build-dependencies]
reqwest = { version = "0.12.5", features = ["blocking"] }

0 comments on commit aa6b1f4

Please sign in to comment.