Skip to content

Commit

Permalink
ci: Windows build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Oct 1, 2023
1 parent dd48303 commit e2f26c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,10 +190,11 @@ jobs:
run: pip install -U sphinx sphinx-rtd-theme breathe

- name: Install MiKTeX
shell: pwsh
run: |
choco install miktex --no-progress
choco install miktex
echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
export PATH="C:\Program Files\MiKTeX\miktex\bin\x64:$PATH"
refreshenv
initexmf --admin --verbose --set-config-value=[MPM]AutoInstall=1
miktex --admin --verbose packages update-package-database
miktex --admin --verbose packages update
Expand Down

0 comments on commit e2f26c8

Please sign in to comment.