Skip to content

Commit

Permalink
Merge pull request #87 from cooklang/vendored-openssl
Browse files Browse the repository at this point in the history
ci: use vendored openssl (will compile during build)
  • Loading branch information
dubadub authored Dec 11, 2023
2 parents d63ebb5 + a8dd1fb commit 0a0876d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,11 +126,6 @@ jobs:
if: matrix.os == 'ubuntu-latest'
uses: taiki-e/install-action@cross

- name: Setup | Install packages [Linux]
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get install --yes libssl-dev
- name: Build | Build [Cargo]
if: matrix.os != 'ubuntu-latest'
run: cargo build --release --locked --target ${{ matrix.target }}
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 @@ -31,3 +31,4 @@ tower-http = { version = "0.4", features = ["fs", "trace", "cors"] }
futures = "0.3.29"
mime_guess = "2.0.4"
open = "5.0.0"
openssl = { version = "0.10", features = ["vendored"] }

0 comments on commit 0a0876d

Please sign in to comment.