We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
focal
1 parent 9af245d commit 76d0475Copy full SHA for 76d0475
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
run: |
84
sudo apt-get -y update
85
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)"`
+ sudo apt-get -y install `cut -d " " -f 1 config/packages | egrep -v "(^#|wkhtml|bundler|^ruby|^rake)"`
87
working-directory: core
88
89
- name: Install Ruby ${{ matrix.ruby }}
0 commit comments