Skip to content

Commit

Permalink
💚 Install dictionaries-common
Browse files Browse the repository at this point in the history
  • Loading branch information
pboling committed Oct 26, 2023
1 parent dd8cf55 commit 7f8a05b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install dictionaries
run: apt-get dictionaries-common

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

0 comments on commit 7f8a05b

Please sign in to comment.