aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-30 14:17:58 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-30 14:19:46 +0200
commit00cc40a3b79f2309a368db0e0a63d09f45c45e7c (patch)
tree68aa7bc0cec98160ca130d4a6f73c985b1e078fd
parentd207d02f1c05a4e51d801740a20c23b033996635 (diff)
downloadnx-libs-00cc40a3b79f2309a368db0e0a63d09f45c45e7c.tar.gz
nx-libs-00cc40a3b79f2309a368db0e0a63d09f45c45e7c.tar.bz2
nx-libs-00cc40a3b79f2309a368db0e0a63d09f45c45e7c.zip
.github/workflows/nx-libs.ym: Always build with -DUseTIRPC=YES.
-rw-r--r--.github/workflows/nx-libs.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml
index 4fa580e76..0d70fa970 100644
--- a/.github/workflows/nx-libs.yml
+++ b/.github/workflows/nx-libs.yml
@@ -176,11 +176,8 @@ jobs:
;;
esac
case "${{ matrix.cfg.container }}" in
- fedora*|centos*|debian:sid)
+ fedora*|centos*|debian*|ubuntu*)
export IMAKE_DEFINES="-DUseTIRPC=YES"
make IMAKE_DEFINES="${IMAKE_DEFINES}"
;;
- ubuntu*|debian*)
- make
- ;;
esac