mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-25 07:47:13 +03:00
Windows MSI - add display of file size (#373)
This commit is contained in:
parent
6df98ada7f
commit
d0f59fa0bf
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -50,7 +50,8 @@ jobs:
|
||||
run: |
|
||||
cargo install cargo-wix
|
||||
cargo wix init
|
||||
cargo wix --no-build --nocapture
|
||||
cargo wix --no-build --nocapture --output ./target/wix/gitui.msi
|
||||
ls -l ./target/wix/gitui.msi
|
||||
|
||||
build-linux-musl:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user