From 94e5bb933b29e652771a8c10fdcf729de9f37d96 Mon Sep 17 00:00:00 2001 From: borgmanJeremy <46930769+borgmanJeremy@users.noreply.github.com> Date: Thu, 4 Nov 2021 10:35:19 -0500 Subject: [PATCH] fixing windows CI (#2044) --- .github/workflows/Windows-pack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Windows-pack.yml b/.github/workflows/Windows-pack.yml index a91185c1..3704b8e6 100644 --- a/.github/workflows/Windows-pack.yml +++ b/.github/workflows/Windows-pack.yml @@ -125,8 +125,8 @@ jobs: working-directory: build shell: pwsh run: | - # Chocolately made thier own package called cpack and its first in the path. This is a hack since we are only using cmake's cpack - Remove-Item C:\ProgramData\Chocolatey\bin\cpack.exe + # Chocolately made thier own package called cpack and its first in the path. This is a hack since we are only using cmake's cpack, doesnt seem to be required after a CI update + #Remove-Item C:\ProgramData\Chocolatey\bin\cpack.exe If ($env:TYPE -eq "installer") { cpack -G WIX -B "$env:GITHUB_WORKSPACE\build\Package"