From 1b6620c6e5eea2ee524945f4662c0082dac844af Mon Sep 17 00:00:00 2001 From: rafie Date: Sun, 20 Aug 2023 15:43:02 +0300 Subject: [PATCH] CI/debian-compat: fixes (4) --- .github/workflows/debian-compat.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/debian-compat.yml b/.github/workflows/debian-compat.yml index 4d05454..9134cf8 100644 --- a/.github/workflows/debian-compat.yml +++ b/.github/workflows/debian-compat.yml @@ -9,7 +9,7 @@ on: "ubuntu:14.04", "ubuntu:16.04", "ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04"]' # "elementary/docker:stable" jobs: - redhat-compat-matrix: + debian-compat-matrix: runs-on: ubuntu-latest defaults: run: @@ -21,10 +21,10 @@ jobs: container: image: ${{ matrix.os }} options: --cpus 2 -# steps: + steps: # - name: Prerequisites # run: | -# yum install -y tar gzip +# apt-get install -y tar gzip - uses: actions/checkout@v3 with: submodules: false