Skip to content

Commit

Permalink
Issue TBD54566975#94: Try to find openssl vi cargo.toml config
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Jul 28, 2024
1 parent baf03e6 commit 04a1106
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci-issue-94.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
- name: Test
run: just test
- name: Build Release
run: |
just build
echo "Environment: " ${{ matrix.os }}
run: just build
- name: Install 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 @@ -15,6 +15,7 @@ license-file = "LICENSE"

[workspace.dependencies]
serde = { version = "1.0.193", features = ["derive", "rc"] }
openssl = { version = "0.10.66", features = ["vendored"] }
serde_json = "1.0.108"
thiserror = "1.0.50"
web5 = { git = "https://github.com/TBD54566975/web5-rs", rev = "76adcba82bc2547f09cb70435b5528b7b64090bd" }

0 comments on commit 04a1106

Please sign in to comment.