Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MIRACUM
dqa
DQAstats
Commits
da91f321
Commit
da91f321
authored
9 months ago
by
kapsner
Browse files
Options
Download
Email Patches
Plain Diff
ci: trying to fix rchecks
parent
f3e7e1b9
master
colored_diff_summary
development
fix_quarto_pdf
lab-module
time_compare
trino
v0.3.5
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/tic.yml
+7
-1
.github/workflows/tic.yml
with
7 additions
and
1 deletion
+7
-1
.github/workflows/tic.yml
+
7
-
1
View file @
da91f321
...
...
@@ -58,6 +58,12 @@ jobs:
-
uses
:
r-lib/actions/setup-tinytex@v2
if
:
matrix.config.latex == 'true'
-
run
:
tlmgr --version
-
name
:
Install additional LaTeX packages
run
:
|
tlmgr update --self
tlmgr list --only-installed
-
uses
:
r-lib/actions/setup-pandoc@v2
if
:
matrix.config.latex == 'true'
...
...
@@ -70,7 +76,7 @@ jobs:
-
name
:
Install sys deps for Ubuntu
if
:
runner.os == 'Linux'
run
:
sudo apt update && sudo apt install -y libgit2-dev libcurl4-openssl-dev
texlive-lang-german
run
:
sudo apt update && sudo apt install -y libgit2-dev libcurl4-openssl-dev
# set date/week for use in cache creation
# https://github.community/t5/GitHub-Actions/How-to-set-and-access-a-Workflow-variable/m-p/42970
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help