Skip to content

Commit

Permalink
Speed up build by tuning apt and dpkg
Browse files Browse the repository at this point in the history
From
f67a22c
by @norwd and @abbbi
  • Loading branch information
entorb committed Feb 11, 2025
1 parent dd6142a commit b1d3d0d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-and-ebook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ jobs:
pwd
ls -l
- name: Speed up apt-get steps
uses: abbbi/github-actions-tune@v1

- name: Install apt packages using cache
uses: awalsh128/cache-apt-pkgs-action@latest
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/make-pdf-1-select.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
ls -l chapters/
ls -l
- name: Speed up apt-get steps
uses: abbbi/github-actions-tune@v1

- name: Install PDF requirements
run: |
# not: to save time
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/make-pdf-6-parallel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
hpmor*.xdv
key: latex-build-files

- name: Speed up apt-get steps
uses: abbbi/github-actions-tune@v1

- name: Install PDF requirements
run: |
# not: to save time
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/make-pdf-all-serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
hpmor*.xdv
key: latex-build-files

- name: Speed up apt-get steps
uses: abbbi/github-actions-tune@v1

- name: Install PDF requirements
run: |
sudo apt-get update > /dev/null
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/make-pdf-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
pwd
ls -al
- name: Speed up apt-get steps
uses: abbbi/github-actions-tune@v1

- name: Install requirements
run: |
sudo apt-get update > /dev/null
Expand Down

0 comments on commit b1d3d0d

Please sign in to comment.