Skip to content

Commit 76d0475

Browse files
authored
Remove focal specific packages
1 parent 9af245d commit 76d0475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
run: |
8484
sudo apt-get -y update
8585
sudo apt-get -y install exim4-daemon-light
86-
sudo apt-get -y install `cut -d " " -f 1 config/packages.ubuntu-focal | egrep -v "(^#|wkhtml|bundler|^ruby|^rake)"`
86+
sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler|^ruby|^rake)"`
8787
working-directory: core
8888

8989
- name: Install Ruby ${{ matrix.ruby }}

0 commit comments

Comments
 (0)