Skip to content

Commit 66576d0

Browse files
author
replicadse
committed
build fix
1 parent 89dfdc0 commit 66576d0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
cargo login ${{ secrets.CRATES_IO_TOKEN }}
4444
sed 's/version = "0.0.0"/version = "'${{ needs.version.outputs.version }}'"/g' Cargo.toml > Cargo.toml.tmp
4545
mv Cargo.toml.tmp Cargo.toml
46+
cargo build --target x86_64-unknown-linux-gnu --release
4647
cargo publish --target x86_64-unknown-linux-gnu --allow-dirty
4748
- name: package assets (manpages)
4849
run: |

Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ serde_yaml = "^0.8"
3737
cursive = { version = "^0.16", optional = true }
3838
dialoguer = { version = "^0.8", optional = true }
3939
fui = { version = "^2.0", optional = true }
40-
clap_mangen = "0.2.9"
41-
clap_complete = "4.1.4"
4240

4341
[build-dependencies]
4442
clap = "^4.1.8"

0 commit comments

Comments
 (0)