Skip to content

Commit 02bd767

Browse files
authored
Revert "Revert "Use TeX Live distribution instead of MikTeX"" (#13)
1 parent b990464 commit 02bd767

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 miktex --no-progress
38-
echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
37+
choco install texlive --params="'/scheme:full'" --execution-timeout=10000
3938
- name: Build
4039
run: |
40+
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
41+
refreshenv
4142
mkdir build
4243
cd build
4344
cmake -D USE_LATEX=ON ..
44-
cmake --build .
45+
cmake --build .
4546
cd ..
46-
shell: bash
4747
- uses: actions/upload-artifact@v4
4848
with:
4949
name: windows-artifacts

0 commit comments

Comments
 (0)