Skip to content

Commit c6864be

Browse files
Merge pull request #1535 from MichaelTimbert/artifact
CI: force update
2 parents 9a7b22b + 3a88ad1 commit c6864be

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
with:
3636
perl-version: ${{ matrix.perl }}
3737

38+
- name: update
39+
run: sudo apt update -y
40+
3841
- name: Binary dependencies
3942
run: |
4043
# * These were taken from the installation instruction.
@@ -104,6 +107,9 @@ jobs:
104107
steps:
105108
- uses: actions/checkout@v4
106109

110+
- name: update
111+
run: sudo apt update -y
112+
107113
- name: apt install
108114
run: sudo apt-get install -y build-essential git libmodule-install-perl gettext
109115

0 commit comments

Comments
 (0)