From 4a589b91494c18d4927de0cc2723ca4eae547951 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 26 Sep 2025 09:46:11 -0700 Subject: [PATCH] Update Ubuntu package lists --- .github/workflows/tests.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 87ea972..4f11e9c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -98,6 +98,10 @@ jobs: has-tests: ${{ steps.check-unit-tests.outputs.exists }} steps: + - name: Update Ubuntu package lists + run: | + sudo apt-get update -y --allow-releaseinfo-change + - name: Checkout phpBB uses: actions/checkout@v4 with: @@ -225,6 +229,10 @@ jobs: - 6379:6379 steps: + - name: Update Ubuntu package lists + run: | + sudo apt-get update -y --allow-releaseinfo-change + - name: Checkout phpBB uses: actions/checkout@v4 with: @@ -412,6 +420,10 @@ jobs: - 6379:6379 steps: + - name: Update Ubuntu package lists + run: | + sudo apt-get update -y --allow-releaseinfo-change + - name: Checkout phpBB uses: actions/checkout@v4 with: @@ -556,6 +568,10 @@ jobs: - 6379:6379 steps: + - name: Update Ubuntu package lists + run: | + sudo apt-get update -y --allow-releaseinfo-change + - name: Checkout phpBB uses: actions/checkout@v4 with: