Skip to content

Commit

Permalink
CI: Setup MSVC for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
swt2c committed Sep 11, 2024
1 parent 96090be commit 1ec665a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,11 @@ jobs:
run: |
python -m pip install --upgrade -r requirements.txt
- name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
with:
arch: 'x64'

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v2

Expand Down

0 comments on commit 1ec665a

Please sign in to comment.