Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/matteocorti/roll
Browse files Browse the repository at this point in the history
  • Loading branch information
matteocorti committed Apr 23, 2024
2 parents 4bb0231 + 294670f commit c1aad5e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
matrix:
distro:
- 'centos:7'
- 'fedora:38'
- 'fedora:40'
- 'fedora:39'
include:
- distro: 'fedora:38'
- distro: 'fedora:40'
pre: >-
dnf install -y autoconf automake rpm-build make gcc bison flex pandoc openssh-clients
- distro: 'fedora:39'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- 'alpine:3.13'
- 'alpine:edge'
- 'centos:7'
- 'fedora:38'
- 'fedora:40'
- 'fedora:39'
include:

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
apk add autoconf automake gcc binutils build-base bison flex pkgconfig
- distro: 'fedora:38'
- distro: 'fedora:40'
pre: >-
dnf upgrade -y &&
dnf install -y hostname &&
Expand Down Expand Up @@ -168,12 +168,12 @@ jobs:
distro:
- 'centos:7'
- 'fedora:39'
- 'fedora:38'
- 'fedora:40'
include:
- distro: 'fedora:39'
pre: >-
dnf install -y autoconf automake rpm-build make gcc bison flex pandoc
- distro: 'fedora:38'
- distro: 'fedora:40'
pre: >-
dnf install -y autoconf automake rpm-build make gcc bison flex pandoc
- distro: 'centos:7'
Expand Down

0 comments on commit c1aad5e

Please sign in to comment.