Skip to content

Commit

Permalink
Amendments to n72.75's miktex fixes (#528)
Browse files Browse the repository at this point in the history
* fix miktex in workflow and install noto (#527)

* Adjust miktex instructions to avoid relying on skipped step

---------

Co-authored-by: Matthew W Hume <[email protected]>
  • Loading branch information
Xyon and n7275 authored Dec 30, 2024
1 parent 1149fe8 commit 60cf299
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/reusable-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,17 @@ jobs:
choco install --no-progress libreoffice-fresh
Add-Content $env:GITHUB_PATH "C:\Program Files\MiKTeX\miktex\bin\x64\"
- name: Set up Miktex with appropriate packages
if: ${{ inputs.docs }}
shell: pwsh
run: |
miktex --admin --verbose packages update-package-database
miktex --admin --verbose packages update
miktex --admin --verbose packages install noto
miktex --verbose packages update
miktex --admin --verbose fndb refresh
updmap --admin
- name: Create directories
run: |
mkdir out\build
Expand Down

0 comments on commit 60cf299

Please sign in to comment.