Searched +full:texlive +full:- +full:binaries (Results 1 – 2 of 2) sorted by relevance
6 # https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#concurren…9 group: ${{ github.ref }}-${{ github.workflow }} 10 cancel-in-progress: true15 runs-on: ubuntu-22.0418 - uses: actions/checkout@v420 - name: Setup Python21 uses: actions/setup-python@v523 python-version: '3.10'25 - name: Install Doxygen and Latex dependencies27 sudo apt-get update[all …]
5 - master6 - '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: true16 EM_CACHE_FOLDER: 'emsdk-cache'18 build-and-deploy:20 runs-on: ubuntu-22.0421 concurrency: docs-build-and-deploy23 - name: Checkout[all …]