CI Script: path fixed

This commit is contained in:
Nicolas Kruse 2025-06-09 17:52:53 +02:00 committed by GitHub
parent c72a1e70c4
commit c37eb8f526
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ jobs:
- name: Add miktex to PATH - name: Add miktex to PATH
run: | run: |
echo "PATH=$PATH;$(pwd)\miktex-portable\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_ENV -Append echo "PATH=$PATH;$(pwd)\miktex-portable\texmfs\install\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_ENV -Append
- name: Show path variable - name: Show path variable
run: | run: |