diff options
| author | Rob Mensching <rob@firegiant.com> | 2021-12-14 10:32:06 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2021-12-14 11:55:15 -0800 |
| commit | f4b14a91e11b3e83f265c24435fdf705b616b15a (patch) | |
| tree | d394745135aa075aa745665b3c8f734300cbdf65 /.github/workflows | |
| parent | 72b024f33d9630432e8aad2bf8261051a0df1e41 (diff) | |
| download | wix-f4b14a91e11b3e83f265c24435fdf705b616b15a.tar.gz wix-f4b14a91e11b3e83f265c24435fdf705b616b15a.tar.bz2 wix-f4b14a91e11b3e83f265c24435fdf705b616b15a.zip | |
Configure VS with required components before building
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e1ac1bd9..93eef43b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml | |||
| @@ -24,6 +24,10 @@ jobs: | |||
| 24 | - name: Checkout code | 24 | - name: Checkout code |
| 25 | uses: actions/checkout@v2 | 25 | uses: actions/checkout@v2 |
| 26 | 26 | ||
| 27 | - name: Confgure Visual Studio | ||
| 28 | shell: cmd | ||
| 29 | run: ./src/vs_config.cmd | ||
| 30 | |||
| 27 | - name: Build wix4 | 31 | - name: Build wix4 |
| 28 | shell: cmd | 32 | shell: cmd |
| 29 | run: ./src/build_official.cmd | 33 | run: ./src/build_official.cmd |
