We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738fb57 commit a9195d3Copy full SHA for a9195d3
.github/workflows/ExportPluto.yaml
@@ -45,6 +45,7 @@ jobs:
45
restore-keys: |
46
${{ runner.os }}-pluto_state_cache-v2-${{ hashFiles('**/Project.toml', '**/Manifest.toml', '.github/workflows/*' ) }}
47
48
+ # This is needed for the embedded tikz images we use. If we pre-generate them as svgs we can drop this.
49
- name: Install TeX packages (lualatex)
50
run: |
51
sudo apt-get update
0 commit comments