This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit d207d02f1c05a4e51d801740a20c23b033996635
Author: Ulrich Sibiller <ul...@gmx.de>
Date:   Mon Oct 18 23:59:25 2021 +0200

    github actions: Use TIRPC for debian:sid
---
 .github/workflows/nx-libs.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml
index 14625feb1..4fa580e76 100644
--- a/.github/workflows/nx-libs.yml
+++ b/.github/workflows/nx-libs.yml
@@ -176,11 +176,11 @@ jobs:
             ;;
         esac
         case "${{ matrix.cfg.container }}" in
-          ubuntu*|debian*)
-            make
-            ;;
-          fedora*|centos*)
+          fedora*|centos*|debian:sid)
             export IMAKE_DEFINES="-DUseTIRPC=YES"
             make IMAKE_DEFINES="${IMAKE_DEFINES}"
             ;;
+          ubuntu*|debian*)
+            make
+            ;;
         esac

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/nx-libs.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to