Home
last modified time | relevance | path

Searched +full:texlive +full:- +full:xetex (Results 1 – 2 of 2) sorted by relevance

/lvgl-latest/.github/workflows/
Dgen_json.yml6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
9 group: ${{ github.ref }}-${{ github.workflow }}
10 cancel-in-progress: true
15 runs-on: ubuntu-22.04
18 - uses: actions/checkout@v4
20 - name: Setup Python
21 uses: actions/setup-python@v5
23 python-version: '3.10'
25 - name: Install Doxygen and Latex dependencies
27 sudo apt-get update
[all …]
Dcompile_docs.yml5 - master
6 - 'release/*'
8 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…
11 group: ${{ github.ref }}-${{ github.workflow }}
12 cancel-in-progress: true
16 EM_CACHE_FOLDER: 'emsdk-cache'
18 build-and-deploy:
20 runs-on: ubuntu-22.04
21 concurrency: docs-build-and-deploy
23 - name: Checkout
[all …]