Skip to content

Commit

Permalink
Now installing wix quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjaffe37 committed Apr 30, 2024
1 parent 19a400b commit 40c4f7e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/wix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 40c4f7e

Please sign in to comment.