Skip to content

Commit

Permalink
build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kallsyms committed Oct 25, 2024
1 parent 238f3c1 commit f76d22d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
target: [x86_64-pc-windows-gnu, aarch64-pc-windows-gnu]
target: [x86_64-pc-windows-gnu]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
25 changes: 10 additions & 15 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ futures-channel = "0.3.30"
regex = "1.10.6"
markdown = "1.0.0-alpha.19"
lazy-regex = "3.2.0"
git2 = "0.19.0"
git2 = { version = "0.19.0", default-features = false, features = ["https", "vendored-openssl"]}
ratatui = { version = "0.28.0", features = ["unstable-rendered-line-info"]}
open = "5.3.0"
syntect = "5.2.0"
Expand Down

0 comments on commit f76d22d

Please sign in to comment.