From 321735a833f3ef64fd209f6cc4652e1ab7f3e6f8 Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Mon, 26 Oct 2020 02:11:37 +0100 Subject: ci-test-msi (#372) --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e121a1c9..4427f787 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,9 +45,12 @@ jobs: - name: Build Release run: make build-release - - name: make-wix + - name: Build MSI (windows) if: matrix.os == 'windows-latest' - run: make release-win + run: | + cargo install cargo-wix + cargo wix init + cargo wix --no-build --nocapture build-linux-musl: runs-on: ubuntu-latest -- cgit v1.2.3