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 0c07e78 commit b990464Copy full SHA for b990464
.github/workflows/main.yml
@@ -34,16 +34,16 @@ jobs:
34
submodules: true
35
- name: Setup environment
36
run: |
37
- choco install texlive --params="'/scheme:full'" --execution-timeout=10000
+ choco install miktex --no-progress
38
+ echo "C:\Program Files\MiKTeX\miktex\bin\x64" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
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 ..
45
- cmake --build .
+ cmake --build .
46
cd ..
+ shell: bash
47
- uses: actions/upload-artifact@v4
48
with:
49
name: windows-artifacts
0 commit comments