From 8ebe198a9b93c77b1c66f80a12056393613873a2 Mon Sep 17 00:00:00 2001 From: Reshetnikov_AS Date: Tue, 27 Feb 2024 00:40:27 +0400 Subject: [PATCH] git --- .github/workflows/ci-test-run.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-test-run.yml b/.github/workflows/ci-test-run.yml index 0d900236..b5f1aabc 100644 --- a/.github/workflows/ci-test-run.yml +++ b/.github/workflows/ci-test-run.yml @@ -31,12 +31,12 @@ jobs: if: matrix.artifact == 'ubuntu' run: | apt update - apt install -y busybox dos2unix python3 + apt install -y busybox dos2unix python3 git - name: Install Alpine packages if: matrix.artifact == 'alpine' run: | - apk add --no-cache bash python3 + apk add --no-cache bash python3 git - uses: actions/checkout@v3