[X2Go-Commits] [nx-libs] 03/28: github actions: Use TIRPC for debian:sid
git-admin at x2go.org
git-admin at x2go.org
Mon May 16 22:01:45 CEST 2022
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 <uli42 at 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
More information about the x2go-commits
mailing list