From 40c4f7e5fbba3653ecb9fdf7c37e744fef218388 Mon Sep 17 00:00:00 2001 From: JoshMJ Date: Tue, 30 Apr 2024 15:15:11 -0700 Subject: [PATCH] Now installing wix quietly --- .github/workflows/wix.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/wix.yml b/.github/workflows/wix.yml index 3083de3fc..3141a34de 100644 --- a/.github/workflows/wix.yml +++ b/.github/workflows/wix.yml @@ -18,19 +18,19 @@ jobs: arch: [x64] jvm: [hotspot] include: - - jdk: 8 - ICEDTEA_WEB_VERSION: "icedtea-web-1.8.6" - - jdk: 11 - arch: x86-32 - jvm: hotspot + - jdk: 8 + ICEDTEA_WEB_VERSION: "icedtea-web-1.8.6" + - jdk: 11 + arch: x86-32 + jvm: hotspot name: wix runs-on: windows-latest steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 - + - name: Install wix toolset - run: dotnet tool install --global wix --version 5.0.0 + run: dotnet tool install --global wix --version 5.0.0 --verbosity quiet - name: Fetch latest Windows version from Adoptium API run: |