GHA: fix build problems on Windows

This commit is contained in:
erw7
2020-12-16 13:28:14 +09:00
parent d7051705d0
commit abdb2b4d29
2 changed files with 19 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ env:
jobs:
test:
runs-on: windows-latest
runs-on: windows-2016
strategy:
matrix:
config: [ MINGW_64-gcov, MINGW_32, MSVC_64, MSVC_32 ]
@@ -23,6 +23,19 @@ jobs:
path: C:\projects\nvim-deps
key: ${{ matrix.config }}-${{ hashFiles('third-party\**') }}
- uses: actions/setup-python@v2
with:
pyhon-version: '2.7'
- uses: actions/setup-python@v2
with:
pyhon-version: '3.5'
- uses: actions/setup-node@v1
with:
node-version: '12.x'
- name: Run CI
run: powershell ci\build.ps1
env: