From 04881f9dfab99fe201b8dacdc71e3c382507d15f Mon Sep 17 00:00:00 2001 From: Gleb Koval Date: Wed, 6 Sep 2023 23:51:08 +0100 Subject: [PATCH] update apt --- .github/workflows/infra.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/infra.yaml b/.github/workflows/infra.yaml index 74189b9..9823a97 100644 --- a/.github/workflows/infra.yaml +++ b/.github/workflows/infra.yaml @@ -26,6 +26,7 @@ jobs: - name: Install dependencies run: | + apt update apt install -y python3-pip pip3 install -r requirements.txt ansible-galaxy collection install community.general