File tree Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Expand file tree Collapse file tree 7 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 20
20
21
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
22
steps :
23
+ # Speed up apt installation on the host
24
+ - uses : firebuild/apt-eatmydata-action@v1
23
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
26
- uses : actions/checkout@v2
25
27
# Setup LXD + Docker fixes
Original file line number Diff line number Diff line change 21
21
22
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
23
steps :
24
+ # Speed up apt installation on the host
25
+ - uses : firebuild/apt-eatmydata-action@v1
24
26
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
25
27
- uses : actions/checkout@v3
26
28
Original file line number Diff line number Diff line change 17
17
18
18
# Steps represent a sequence of tasks that will be executed as part of the job
19
19
steps :
20
+ # Speed up apt installation on the host
21
+ - uses : firebuild/apt-eatmydata-action@v1
20
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21
23
- uses : actions/checkout@v2
22
24
Original file line number Diff line number Diff line change 42
42
# 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
43
43
44
44
steps :
45
+ # Speed up apt installation on the host
46
+ - uses : firebuild/apt-eatmydata-action@v1
45
47
- name : Checkout repository
46
48
uses : actions/checkout@v3
47
49
Original file line number Diff line number Diff line change 20
20
21
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
22
steps :
23
+ # Speed up apt installation on the host
24
+ - uses : firebuild/apt-eatmydata-action@v1
23
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
26
- uses : actions/checkout@v3
25
27
- run : |
Original file line number Diff line number Diff line change 20
20
21
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
22
steps :
23
+ # Speed up apt installation on the host
24
+ - uses : firebuild/apt-eatmydata-action@v1
23
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24
26
- uses : actions/checkout@v3
25
27
# Setup LXD + Docker fixes
Original file line number Diff line number Diff line change 10
10
runs-on : ubuntu-24.04
11
11
12
12
steps :
13
+ # Speed up apt installation on the host
14
+ - uses : firebuild/apt-eatmydata-action@v1
13
15
- uses : actions/checkout@v4
14
16
- name : Install dependencies
15
17
run : |
You can’t perform that action at this time.
0 commit comments