Skip to content

Commit

Permalink
Add AlmaLinux to with_yum (#9463)
Browse files Browse the repository at this point in the history
  • Loading branch information
daravi committed Aug 23, 2021
1 parent f16ff88 commit f4e5946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conans/client/tools/oss.py
Expand Up @@ -208,7 +208,7 @@ def with_apt(self):
def with_yum(self):
return self.is_linux and self.linux_distro in ("pidora", "fedora", "scientific", "centos",
"redhat", "rhel", "xenserver", "amazon",
"oracle", "amzn")
"oracle", "amzn", "almalinux")

@property
def with_dnf(self):
Expand Down

0 comments on commit f4e5946

Please sign in to comment.