File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments