mirror of
https://github.com/janet-lang/janet
synced 2024-11-08 17:59:55 +00:00
Maybe we don't have wix installed?
This commit is contained in:
parent
7c84582bd9
commit
752a5a6e12
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user