diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2d2b5f5770..2ee4f4fc4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ env: # Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.) BUILD_TYPE: Release DEFAULT_BRANCH: develop - WX_VERSION: '3.2.6' + WX_VERSION: '3.2.8.1' jobs: build-ubuntu: diff --git a/src/invoke.cpp b/src/invoke.cpp index 4e656d3572..a5262af14b 100644 --- a/src/invoke.cpp +++ b/src/invoke.cpp @@ -2069,7 +2069,7 @@ void fcall_ssc_auto_exec(lk::invoke_t& cxt) // if (auto vv = cxt.env()->lookup(name, true)) // if (auto vv = c->Values(0).Get(name)) // TODO: hybrids /* -* Note for hybrids - the search starts with the firs case vartable and continues until the first "name" is found in the UI +* Note for hybrids - the search starts with the first case vartable and continues until the first "name" is found in the UI */ auto cfg = c->GetConfiguration(); int ndxHybrid = 0; if (cfg->Technology.size() > 1) { // select ndxHybrid based on compute module position in simulations collection