Skip to content

Commit

Permalink
CI/debian-compat: fixes (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
rafie committed Aug 20, 2023
1 parent 826f833 commit 1b6620c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/debian-compat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 1b6620c

Please sign in to comment.