Don't use clang+ for rpi build

Removed environment variable setting for CXX in Build Plugin step.
This commit is contained in:
Mike Oliphant
2026-05-22 12:42:13 -07:00
committed by GitHub
parent 2ae1cb7a05
commit d15d078b23
-2
View File
@@ -82,8 +82,6 @@ jobs:
- name: Build Plugin
working-directory: ${{github.workspace}}/build
env:
CXX: clang++
run: |
cmake .. -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DBUILD_NAMCORE=ON -DBUILD_INTERNAL_STATIC_WAVENET=ON -DBUILD_INTERNAL_STATIC_LSTM=ON
cmake --build . --config $BUILD_TYPE -j4