We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b990464 commit 02bd767Copy full SHA for 02bd767
.github/workflows/main.yml
@@ -34,16 +34,16 @@ jobs:
34
submodules: true
35
- name: Setup environment
36
run: |
37
- choco install miktex --no-progress
38
- echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
+ choco install texlive --params="'/scheme:full'" --execution-timeout=10000
39
- name: Build
40
+ Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
41
+ refreshenv
42
mkdir build
43
cd build
44
cmake -D USE_LATEX=ON ..
- cmake --build .
45
+ cmake --build .
46
cd ..
- shell: bash
47
- uses: actions/upload-artifact@v4
48
with:
49
name: windows-artifacts
0 commit comments