From 61fd0b2ed25677c48e938b821f06cc8ad11d5d4d Mon Sep 17 00:00:00 2001 From: "Alejandro R. Mosteo" Date: Wed, 19 Jun 2024 12:54:56 +0200 Subject: [PATCH] Enable OpenSUSE testing Just as we use Ubuntu LTS-only releases, we use the versioned, stable Leap releases. --- .github/workflows/build-distros.yml | 1 + index/li/libhello/libhello-1.0.1.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-distros.yml b/.github/workflows/build-distros.yml index 54c747f7..55d4d3be 100644 --- a/.github/workflows/build-distros.yml +++ b/.github/workflows/build-distros.yml @@ -31,6 +31,7 @@ jobs: - centos-stream-fsf-latest # CentOS is used for unknown package manager - debian-stable # Debian has very good Ada support and apt - fedora-latest # Fedora has its own GNAT and dnf + - opensuse-leap # OpenSUSE has its own GNAT and zypper - ubuntu-lts # Ubuntu LTS is a common Debian derivative steps: diff --git a/index/li/libhello/libhello-1.0.1.toml b/index/li/libhello/libhello-1.0.1.toml index 97985fa9..328ae9ca 100644 --- a/index/li/libhello/libhello-1.0.1.toml +++ b/index/li/libhello/libhello-1.0.1.toml @@ -15,4 +15,4 @@ url = "git+https://github.com/alire-project/libhello.git" # We use this crate as a trigger to conveniently test minor changes to # metaprocesses of the CI of the repository itself. -# Last touch: 2024-05-23 17:40 CET \ No newline at end of file +# Last touch: 2024-06-19 12:52 CET