From 16ccd00110c6abde8f4e27b74ddd93f935028e36 Mon Sep 17 00:00:00 2001 From: Brice Dobry Date: Tue, 18 Jan 2022 10:07:22 -0500 Subject: [PATCH] fix: resolve bug with windows build in CI --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index bb310f036..122ee0917 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -266,7 +266,7 @@ jobs: - name: Build Installer (Windows) if: matrix.os == 'windows-latest' - run: cargo wix -v --no-build --nocapture + run: cargo wix -v --no-build --nocapture -p clarinet - name: Code sign installer (Windows) if: matrix.os == 'windows-latest'