Revert attempt to build on windows

This commit is contained in:
birme 2020-06-24 21:19:53 +02:00
parent 068bfbc97e
commit 43cb580cb2

View file

@ -22,28 +22,4 @@ jobs:
npm test
env:
CI: true
build-windows:
runs-on: windows-latest
strategy:
matrix:
node-version: [12.x]
steps:
- name: Restore from cache and run vcpkg
uses: lukka/run-vcpkg@v3
with:
setupOnly: true
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: npm install, build, and test
run: |
npm ci
npm run build --if-present
npm test
env:
CI: true