Skip to content

Commit

Permalink
Attempt to fix VS download for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidLazarescu authored Nov 2, 2023
1 parent b51b1de commit fa93900
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
test_windows:
name: run on windows
runs-on: windows-latest
runs-on: windows-2019
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -65,7 +65,8 @@ jobs:
- name: Install MSVC 2019
uses: ilammy/msvc-dev-cmd@v1
with:
vsversion: 2019 # Mupdf requires VS2019
arch: x64
vsversion: "2019" # Mupdf requires VS2019

- name: Install Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit fa93900

Please sign in to comment.