Skip to content

Commit 26612ce

Browse files
committed
CI: speed-up using apt-eatmydata-action
1 parent 52ea6f3 commit 26612ce

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

.github/workflows/autopkgtest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
23+
# Speed up apt installation on the host
24+
- uses: firebuild/apt-eatmydata-action@v1
2325
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2426
- uses: actions/checkout@v2
2527
# Setup LXD + Docker fixes

.github/workflows/build-abi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121

2222
# Steps represent a sequence of tasks that will be executed as part of the job
2323
steps:
24+
# Speed up apt installation on the host
25+
- uses: firebuild/apt-eatmydata-action@v1
2426
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2527
- uses: actions/checkout@v3
2628

.github/workflows/check-coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717

1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
20+
# Speed up apt installation on the host
21+
- uses: firebuild/apt-eatmydata-action@v1
2022
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2123
- uses: actions/checkout@v2
2224

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
4343

4444
steps:
45+
# Speed up apt installation on the host
46+
- uses: firebuild/apt-eatmydata-action@v1
4547
- name: Checkout repository
4648
uses: actions/checkout@v3
4749

.github/workflows/debci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
23+
# Speed up apt installation on the host
24+
- uses: firebuild/apt-eatmydata-action@v1
2325
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2426
- uses: actions/checkout@v3
2527
- run: |

.github/workflows/network-manager.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
23+
# Speed up apt installation on the host
24+
- uses: firebuild/apt-eatmydata-action@v1
2325
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2426
- uses: actions/checkout@v3
2527
# Setup LXD + Docker fixes

.github/workflows/tiobe.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
runs-on: ubuntu-24.04
1111

1212
steps:
13+
# Speed up apt installation on the host
14+
- uses: firebuild/apt-eatmydata-action@v1
1315
- uses: actions/checkout@v4
1416
- name: Install dependencies
1517
run: |

0 commit comments

Comments
 (0)