Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup: windows 2016
  • Loading branch information
MylesBorins committed Apr 2, 2020
commit 473911183c3c2252c2b9e45f0e93693add74a5ed
4 changes: 3 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:

jobs:
build-windows:
runs-on: windows-latest
runs-on: windows-2016
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ env.PYTHON_VERSION }}
Expand All @@ -19,5 +19,7 @@ jobs:
run: choco install nasm
- name: Environment Information
run: npx envinfo
- name: Setup Visual studio
run: npx windows-build-tools
- name: Build
run: ./vcbuild.bat