Skip to content

Commit 4a589b9

Browse files
committed
Update Ubuntu package lists
1 parent 2fdac4b commit 4a589b9

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ jobs:
9898
has-tests: ${{ steps.check-unit-tests.outputs.exists }}
9999

100100
steps:
101+
- name: Update Ubuntu package lists
102+
run: |
103+
sudo apt-get update -y --allow-releaseinfo-change
104+
101105
- name: Checkout phpBB
102106
uses: actions/checkout@v4
103107
with:
@@ -225,6 +229,10 @@ jobs:
225229
- 6379:6379
226230

227231
steps:
232+
- name: Update Ubuntu package lists
233+
run: |
234+
sudo apt-get update -y --allow-releaseinfo-change
235+
228236
- name: Checkout phpBB
229237
uses: actions/checkout@v4
230238
with:
@@ -412,6 +420,10 @@ jobs:
412420
- 6379:6379
413421

414422
steps:
423+
- name: Update Ubuntu package lists
424+
run: |
425+
sudo apt-get update -y --allow-releaseinfo-change
426+
415427
- name: Checkout phpBB
416428
uses: actions/checkout@v4
417429
with:
@@ -556,6 +568,10 @@ jobs:
556568
- 6379:6379
557569

558570
steps:
571+
- name: Update Ubuntu package lists
572+
run: |
573+
sudo apt-get update -y --allow-releaseinfo-change
574+
559575
- name: Checkout phpBB
560576
uses: actions/checkout@v4
561577
with:

0 commit comments

Comments
 (0)