From 684313e184da9631d121537c317f4ba0fcac48fc Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Mon, 6 Nov 2023 16:43:05 +0000 Subject: [PATCH] ci: test --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index aeaffa1..134ad21 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,8 +14,8 @@ jobs: steps: - name: Install dependencies run: | - apt update -y - apt install -y python3-dev python3-pip gitlint shellcheck reuse + su apt-get update -y + su apt-get install -y python3-dev python3-pip gitlint shellcheck reuse pip3 install salt-lint - uses: actions/checkout@v3 - uses: actions/setup-python@v3