From 7094b3e474b1a82462ce85821d79754afb8bc659 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Mon, 6 Nov 2023 16:47:09 +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 5c73466..28622de 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 -c 'apt-get update -y' + su -c 'apt-get install -y python3-dev python3-pip gitlint shellcheck reuse' pip3 install salt-lint - uses: actions/checkout@v3 - uses: actions/setup-python@v3