Skip to content

Commit

Permalink
github: Test running vsdownload.py on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Jan 1, 2025
1 parent 20da348 commit d92a0f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,15 @@ jobs:
docker build -f Dockerfile.clang .
# Intentionally not pushing the built docker images;
# the installed files aren't redistributable!

test-vsdownload-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Download MSVC
run: |
python vsdownload.py --accept-license --dest c:/msvc
- name: Inspect output
run: |
ls "c:/msvc/Windows Kits/10/Include/*/um/winnt.h"
ls "c:/msvc/VC/Tools/MSVC/*/include/intrin.h"

0 comments on commit d92a0f6

Please sign in to comment.