Skip to content

Commit

Permalink
fix miktex in workflow and install noto
Browse files Browse the repository at this point in the history
  • Loading branch information
n7275 committed Dec 30, 2024
1 parent 1149fe8 commit 34a83ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
choco install --no-progress doxygen.install
choco install --no-progress libreoffice-fresh
Add-Content $env:GITHUB_PATH "C:\Program Files\MiKTeX\miktex\bin\x64\"
- run: miktex --admin --verbose packages update-package-database
- run: miktex --admin --verbose packages update
- run: miktex --admin --verbose packages install noto
- run: miktex --verbose packages update
- run: miktex --admin --verbose fndb refresh
- run: updmap --admin

- name: Create directories
run: |
Expand Down

0 comments on commit 34a83ee

Please sign in to comment.