File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 5252
5353 steps :
5454 - uses : r-hub/actions/checkout@v1
55- - uses : r-lib/actions/setup-tinytex@v2
5655 - uses : r-hub/actions/platform-info@v1
5756 with :
5857 token : ${{ secrets.RHUB_TOKEN }}
6160 with :
6261 token : ${{ secrets.RHUB_TOKEN }}
6362 job-config : ${{ matrix.config.job-config }}
63+ - name : Setup TeX Live
64+ uses : teatimeguest/setup-texlive-action@v3
65+ with :
66+ packages : scheme-basic
6467 - uses : r-hub/actions/run-check@v1
6568 with :
6669 token : ${{ secrets.RHUB_TOKEN }}
7881
7982 steps :
8083 - uses : r-hub/actions/checkout@v1
81- - uses : r-lib/actions/setup-tinytex@v2
8284 - uses : r-hub/actions/setup-r@v1
8385 with :
8486 job-config : ${{ matrix.config.job-config }}
9193 with :
9294 job-config : ${{ matrix.config.job-config }}
9395 token : ${{ secrets.RHUB_TOKEN }}
96+ - name : Setup TeX Live
97+ uses : teatimeguest/setup-texlive-action@v3
98+ with :
99+ packages : scheme-basic
94100 - uses : r-hub/actions/run-check@v1
95101 with :
96102 job-config : ${{ matrix.config.job-config }}
You can’t perform that action at this time.
0 commit comments