mirror of
https://github.com/alterware/iw4-validator.git
synced 2025-06-27 06:41:59 +00:00
maint: use workflow for installing premake
This commit is contained in:
14
.github/workflows/build.yml
vendored
14
.github/workflows/build.yml
vendored
@ -39,8 +39,13 @@ jobs:
|
||||
- name: Add msbuild to PATH
|
||||
uses: microsoft/setup-msbuild@v1.3.1
|
||||
|
||||
- name: Install Premake5
|
||||
uses: abel0b/setup-premake@v2.2
|
||||
with:
|
||||
version: "5.0.0-beta2"
|
||||
|
||||
- name: Generate project files
|
||||
run: cmd /C call generate.bat
|
||||
run: premake5 vs2022
|
||||
|
||||
- name: Set up problem matching
|
||||
uses: ammaraskar/msvc-problem-matcher@master
|
||||
@ -80,8 +85,13 @@ jobs:
|
||||
fetch-depth: 0
|
||||
lfs: false
|
||||
|
||||
- name: Install Premake5
|
||||
uses: abel0b/setup-premake@v2.2
|
||||
with:
|
||||
version: "5.0.0-beta2"
|
||||
|
||||
- name: Generate project files
|
||||
run: ./generate.sh
|
||||
run: premake5 gmake2
|
||||
|
||||
- name: Set up problem matching
|
||||
uses: ammaraskar/gcc-problem-matcher@master
|
||||
|
Reference in New Issue
Block a user