1
0
mirror of https://github.com/janet-lang/janet synced 2024-07-27 14:14:31 +00:00

Maybe we don't have wix installed?

This commit is contained in:
Calvin Rose 2024-06-15 09:30:24 -05:00
parent 7c84582bd9
commit 752a5a6e12

View File

@ -49,6 +49,12 @@ jobs:
steps:
- name: Checkout the repository
uses: actions/checkout@master
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.1
- name: Install WiX
run: dotnet tool install --global wix
- name: Build WiX on Windows
run: wix build .\nexus.wxs
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Build the project