Skip to content

Commit b990464

Browse files
authored
Revert "Use TeX Live distribution instead of MikTeX" (#12)
1 parent 0c07e78 commit b990464

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ jobs:
3434
submodules: true
3535
- name: Setup environment
3636
run: |
37-
choco install texlive --params="'/scheme:full'" --execution-timeout=10000
37+
choco install miktex --no-progress
38+
echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
3839
- name: Build
3940
run: |
40-
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
41-
refreshenv
4241
mkdir build
4342
cd build
4443
cmake -D USE_LATEX=ON ..
45-
cmake --build .
44+
cmake --build .
4645
cd ..
46+
shell: bash
4747
- uses: actions/upload-artifact@v4
4848
with:
4949
name: windows-artifacts

0 commit comments

Comments
 (0)