Skip to content

Commit

Permalink
fix. deb deps (#4)
Browse files Browse the repository at this point in the history
fix. enable draft release
  • Loading branch information
juliusl authored Feb 3, 2023
1 parent 713e658 commit 1c74824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/rust-tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
env:
GHR_PATH: build/
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GHR_DRAFT: yes
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ required-features = [ "editor" ]

[package.metadata.deb]
name = "acr-mirror"
depends = "jq"
depends = "jq, libssl-dev"
maintainer-scripts = "lib/debian"
assets = [
[ "target/release/acr", "opt/acr/bin/acr", "755" ],
Expand Down

0 comments on commit 1c74824

Please sign in to comment.