aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-30 21:14:34 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-30 21:14:34 +0200
commitc26b9b291562ea2cd3b021db7f81cf086c99bd2c (patch)
tree68aa7bc0cec98160ca130d4a6f73c985b1e078fd
parent2124e2fae72c4ac4694f5d4d17e62a6fa1fe8654 (diff)
parent00cc40a3b79f2309a368db0e0a63d09f45c45e7c (diff)
downloadnx-libs-c26b9b291562ea2cd3b021db7f81cf086c99bd2c.tar.gz
nx-libs-c26b9b291562ea2cd3b021db7f81cf086c99bd2c.tar.bz2
nx-libs-c26b9b291562ea2cd3b021db7f81cf086c99bd2c.zip
Merge branch 'sunweaver-pr/debian-use-tirpc-in-ghactions' into 3.6.x
Attributes GH PR #1026: https://github.com/ArcticaProject/nx-libs/pull/1026
-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 14625feb1..0d70fa970 100644
--- a/.github/workflows/nx-libs.yml
+++ b/.github/workflows/nx-libs.yml
@@ -176,10 +176,7 @@ jobs:
;;
esac
case "${{ matrix.cfg.container }}" in
- ubuntu*|debian*)
- make
- ;;
- fedora*|centos*)
+ fedora*|centos*|debian*|ubuntu*)
export IMAKE_DEFINES="-DUseTIRPC=YES"
make IMAKE_DEFINES="${IMAKE_DEFINES}"
;;