Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- clang
os:
- fedora:latest
- quay.io/centos/centos:stream10
- quay.io/centos/centos:stream9
- quay.io/centos/centos:stream10-development
- debian:testing
- debian:latest
- ubuntu:rolling
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,9 @@ centos:7)
*centos:stream*)
dnf -y clean all
dnf -y --allowerasing --setopt=deltarpm=0 update
dnf install -y yum-utils epel-release
dnf config-manager -y --set-enabled crb \
|| dnf config-manager -y --set-enabled powertools || :
dnf -y --allowerasing install ${COMMON}
dnf install -y --allowerasing yum-utils epel-release ${COMMON}
dnf builddep -y jose
;;
esac
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
*.swo
*.trs
*_t
.*
aclocal.m4
ar-lib
autom4te.cache
Expand Down
Loading