Skip to content

Commit 2276aa3

Browse files
Merge branch 'main' into cleanup-TLC3
# Conflicts: # _data/tagging-status.yml
2 parents 84023ae + e52f21e commit 2276aa3

1,010 files changed

Lines changed: 182815 additions & 43973 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/tests.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Checkout repository
3636
uses: actions/checkout@v4
3737
- name: libglut3
38-
run: sudo apt-get install -y freeglut3-dev
38+
run: sudo apt update; sudo apt-get install -y freeglut3-dev
3939
- name: Install TeX Live
4040
id: texlive
4141
uses: zauguin/install-texlive@v4
@@ -147,8 +147,8 @@ jobs:
147147
# Boilerplate
148148
- name: Checkout repository
149149
uses: actions/checkout@v4
150-
- name: libglut3
151-
run: sudo apt-get install -y freeglut3-dev
150+
- name: libglut3 and libpdf-api2-perl
151+
run: sudo apt update; sudo apt-get install -y freeglut3-dev libpdf-api2-perl
152152
- name: Restore TeX Live from cache
153153
uses: actions/cache/restore@v4
154154
with:

0 commit comments

Comments
 (0)