Skip to content

Commit

Permalink
ci:check
Browse files Browse the repository at this point in the history
  • Loading branch information
Maharavan Sundaram committed Jan 22, 2025
1 parent 0e77f45 commit a9f7ea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/windows_installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
# Add MiKTeX to PATH
$env:PATH += ";C:\Program Files\MiKTeX 2.9\miktex\bin\x64"
# Verify LaTeX installation
pdflatex --version
cmd /c "pdflatex --version"
- name: Download Inno Setup Installer
run: |
Expand Down

0 comments on commit a9f7ea4

Please sign in to comment.