From 212160a4cb417c53100355ab9a7204102ce8ac95 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 17 Jan 2022 13:08:55 +0100 Subject: Test fix cargo wix (#1080) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6366f2..906a8e0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,7 +86,8 @@ jobs: - name: Build MSI (windows) if: matrix.os == 'windows-latest' run: | - cargo install cargo-wix + cargo install cargo-wix --version 0.3.1 + cargo wix --version cargo wix --no-build --nocapture --output ./target/wix/gitui.msi ls -l ./target/wix/gitui.msi -- cgit v1.2.3