Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b1d3d0d

Browse files
committedFeb 11, 2025·
Speed up build by tuning apt and dpkg
From f67a22c by @norwd and @abbbi
1 parent dd6142a commit b1d3d0d

File tree

5 files changed

+15
-0
lines changed

5 files changed

+15
-0
lines changed
 

‎.github/workflows/check-and-ebook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,9 @@ jobs:
100100
pwd
101101
ls -l
102102
103+
- name: Speed up apt-get steps
104+
uses: abbbi/github-actions-tune@v1
105+
103106
- name: Install apt packages using cache
104107
uses: awalsh128/cache-apt-pkgs-action@latest
105108
with:

‎.github/workflows/make-pdf-1-select.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
ls -l chapters/
4444
ls -l
4545
46+
- name: Speed up apt-get steps
47+
uses: abbbi/github-actions-tune@v1
48+
4649
- name: Install PDF requirements
4750
run: |
4851
# not: to save time

‎.github/workflows/make-pdf-6-parallel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
hpmor*.xdv
3232
key: latex-build-files
3333

34+
- name: Speed up apt-get steps
35+
uses: abbbi/github-actions-tune@v1
36+
3437
- name: Install PDF requirements
3538
run: |
3639
# not: to save time

‎.github/workflows/make-pdf-all-serial.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
hpmor*.xdv
2929
key: latex-build-files
3030

31+
- name: Speed up apt-get steps
32+
uses: abbbi/github-actions-tune@v1
33+
3134
- name: Install PDF requirements
3235
run: |
3336
sudo apt-get update > /dev/null

‎.github/workflows/make-pdf-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
pwd
3030
ls -al
3131
32+
- name: Speed up apt-get steps
33+
uses: abbbi/github-actions-tune@v1
34+
3235
- name: Install requirements
3336
run: |
3437
sudo apt-get update > /dev/null

0 commit comments

Comments
 (0)
Please sign in to comment.