From: Kyr Shatskyy Date: Fri, 18 Jul 2025 15:29:10 +0000 (+0200) Subject: workflows/dependencies: apt update X-Git-Tag: 1.2.2~11^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=382c6d9868057dc22f7f978a9cae89c098e229cc;p=teuthology.git workflows/dependencies: apt update Update before bootstrap Signed-off-by: Kyr Shatskyy --- diff --git a/.github/workflows/dependencies.yml b/.github/workflows/dependencies.yml index 5c21f7b88..15395e136 100644 --- a/.github/workflows/dependencies.yml +++ b/.github/workflows/dependencies.yml @@ -34,6 +34,10 @@ jobs: cd ./virtualenv/lib/python* touch no-global-site-packages.txt working-directory: ./teuthology + - name: Refresh system repos + run: | + sudo apt update -y + sudo apt upgrade -y - name: Initial bootstrap run: ./bootstrap install working-directory: ./teuthology