From a593be7814a9df66458d6312c299538afab4df13 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 4 Nov 2022 15:38:54 +0100 Subject: [PATCH] ARM CI: really skip net tests (fix) --- .github/scripts/Linux/arm/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/scripts/Linux/arm/build.sh b/.github/scripts/Linux/arm/build.sh index ff853992e..34ce2ab3c 100755 --- a/.github/scripts/Linux/arm/build.sh +++ b/.github/scripts/Linux/arm/build.sh @@ -12,7 +12,7 @@ APPNAME=UltraGrid-latest-${ARCH}.AppImage ./autogen.sh --enable-plugins make -j "$(nproc)" -UG_SKIP_NET_TESTS=1 +export UG_SKIP_NET_TESTS=1 make check make distcheck