We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a7b22b + 3a88ad1 commit c6864beCopy full SHA for c6864be
1 file changed
.github/workflows/ci.yml
@@ -35,6 +35,9 @@ jobs:
35
with:
36
perl-version: ${{ matrix.perl }}
37
38
+ - name: update
39
+ run: sudo apt update -y
40
+
41
- name: Binary dependencies
42
run: |
43
# * These were taken from the installation instruction.
@@ -104,6 +107,9 @@ jobs:
104
107
steps:
105
108
- uses: actions/checkout@v4
106
109
110
111
112
113
- name: apt install
114
run: sudo apt-get install -y build-essential git libmodule-install-perl gettext
115
0 commit comments