Skip to content

Commit

Permalink
use vendored-openssl feature with lychee package
Browse files Browse the repository at this point in the history
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
  • Loading branch information
kranurag7 committed Feb 13, 2024
1 parent 300f9b1 commit 5928860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lychee.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: lychee
version: 0.14.3
epoch: 0
epoch: 1
description: "Fast, async, stream-based link checker written in Rust"
copyright:
- license: Apache-2.0 AND MIT
Expand All @@ -23,7 +23,7 @@ pipeline:
expected-commit: 90ed0e70b727886cf66443d35ccc7a3d321262eb

- runs: |
cargo build --release
cargo build --release --features vendored-openssl
install -Dm755 target/release/lychee "${{targets.destdir}}"/usr/bin/lychee
- uses: strip
Expand Down

0 comments on commit 5928860

Please sign in to comment.