mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +00:00
GHA: fix build problems on Windows
This commit is contained in:
15
.github/workflows/ci_windows.yml
vendored
15
.github/workflows/ci_windows.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user