From 45a8b48c5b420180ddded9536470b6ccb6b4a805 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Mon, 6 Nov 2023 16:45:48 +0000 Subject: [PATCH] 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 134ad21..5c73466 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,8 +14,8 @@ jobs: steps: - name: Install dependencies run: | - su apt-get update -y - su apt-get 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