Skip to content

Commit

Permalink
Revert "Use TeX Live distribution instead of MikTeX"
Browse files Browse the repository at this point in the history
  • Loading branch information
allnes authored Jan 17, 2024
1 parent 0c07e78 commit 2fee175
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,16 @@ jobs:
submodules: true
- name: Setup environment
run: |
choco install texlive --params="'/scheme:full'" --execution-timeout=10000
choco install miktex --no-progress
echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
- name: Build
run: |
Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
refreshenv
mkdir build
cd build
cmake -D USE_LATEX=ON ..
cmake --build .
cmake --build .
cd ..
shell: bash
- uses: actions/upload-artifact@v4
with:
name: windows-artifacts
Expand Down

0 comments on commit 2fee175

Please sign in to comment.