Skip to content

Commit

Permalink
print node version
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-cukic committed Dec 1, 2023
1 parent eefeafd commit d16e1af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion src/ui/remotesignalsources.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <refl.hpp>
#include <services/dns_client.hpp>

struct QueryFilterElementList;
class QueryFilterElementList;

/* Draws a Combo box, to choose the field to filter, the filter keyword and delete button for it */
struct QueryFilterElement {
Expand Down

0 comments on commit d16e1af

Please sign in to comment.