From d16e1affe1b9f9c751b234b51fef9325a035eb8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C4=8Cuki=C4=87?= Date: Fri, 1 Dec 2023 13:10:38 +0100 Subject: [PATCH] print node version --- .github/workflows/build_cmake.yml | 1 + src/ui/remotesignalsources.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index 990b8443..0441ba3f 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -85,6 +85,7 @@ jobs: shell: bash run: | export SYSTEM_NODE=`which node` # use system node instead of old version distributed with emsdk for threading support + node --version source ~/emsdk/emsdk_env.sh cmake -S . -B ../build -DCMAKE_BUILD_TYPE=${{ matrix.cmake-build-type }} -DEMCMAKE_COMMAND=`which emcmake` diff --git a/src/ui/remotesignalsources.h b/src/ui/remotesignalsources.h index 544bae07..6d45fbcb 100644 --- a/src/ui/remotesignalsources.h +++ b/src/ui/remotesignalsources.h @@ -8,7 +8,7 @@ #include #include -struct QueryFilterElementList; +class QueryFilterElementList; /* Draws a Combo box, to choose the field to filter, the filter keyword and delete button for it */ struct QueryFilterElement {