ensure cmd is used for build

This commit is contained in:
itsmattkc 2022-04-01 18:20:29 -07:00
parent da9339b6ab
commit fa61cd2138

View file

@ -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