From 340f4f83e4ebaf2f47b8cdb8473bfebfa13dbd66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krawczyk?= <616047+kravietz@users.noreply.github.com> Date: Sat, 7 Aug 2021 14:15:13 +0100 Subject: [PATCH] Just run on Alpine --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ae09f50..1222cb6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,8 +16,8 @@ jobs: fail-fast: false matrix: image: - - debian - - centos + - alpine + #- centos steps: - name: checkout uses: actions/checkout@v2