Skip to content

Commit

Permalink
Fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
Folyd committed May 7, 2023
1 parent e3f5f54 commit 5dc5e20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
target: ${{ matrix.target }}
tar: all
zip: windows
features: openssl-vendored
env:
GITHUB_TOKEN: ${{ secrets.TOKEN }}
CARGO_PROFILE_RELEASE_LTO: true
Expand Down
5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ edition = "2021"
exclude = ["tailwind.config.js", "tailwindcss.html", "zine-entry.css"]
readme = "README.md"

[features]
# Enable vendored openssl to help building in cross-rs environment.
# See https://github.com/cross-rs/cross/pull/322
openssl-vendored = ["genkit/openssl-vendored"]

[dependencies]
anyhow = "1.0"
async-trait = "0.1.68"
Expand Down

0 comments on commit 5dc5e20

Please sign in to comment.