mirror of
https://github.com/isledecomp/LEGOIslandRebuilder.git
synced 2025-02-17 00:20:40 -05:00
ensure cmd is used for build
This commit is contained in:
parent
da9339b6ab
commit
fa61cd2138
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -25,11 +25,11 @@ jobs:
|
|||
fetch-depth: 0
|
||||
|
||||
- name: Install Visual C++ 6.0
|
||||
shell: cmd
|
||||
run: |
|
||||
git clone https://github.com/itsmattkc/MSVC600
|
||||
|
||||
- name: Build
|
||||
shell: cmd
|
||||
run: |
|
||||
call MSVC600/VC98/Bin/vcvars32.bat
|
||||
mkdir build
|
||||
|
|
Loading…
Reference in a new issue