Skip to content

Commit

Permalink
vendored openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielfernandes committed Dec 19, 2023
1 parent ee5bdf9 commit b8e8966
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
- name: openssl
run: sudo apt-get install pkg-config libssl-dev

- name: pkg-config
run: export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig

- name: Maturin Build
uses: PyO3/maturin-action@v1
with:
Expand Down
11 changes: 11 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ imagetext = { path = "./imagetext", features = [
"emoji",
"default-resolver",
"fontdb",
"vendored-openssl",
] }
image = "0.24.7"
2 changes: 1 addition & 1 deletion imagetext
Submodule imagetext updated 1 files
+1 −1 Cargo.toml

0 comments on commit b8e8966

Please sign in to comment.