Skip to content

Commit

Permalink
👷 awalsh128/cache-apt-pkgs-action
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Oct 26, 2023
1 parent 7f8a05b commit 2293313
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install dictionaries
run: apt-get dictionaries-common
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: dictionaries-common
version: 1.0

- name: Setup Ruby & Bundle
uses: ruby/setup-ruby@v1
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/current.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dictionaries
run: apt-get dictionaries-common
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: dictionaries-common
version: 1.0
- name: Setup Ruby & Bundle
uses: ruby/setup-ruby@v1
with:
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install dictionaries
run: apt-get dictionaries-common
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: dictionaries-common
version: 1.0
- name: Setup Ruby & Bundle
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 2293313

Please sign in to comment.