From 0231658b88c8b366d93d88b263df93eae1609712 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Tue, 24 Feb 2026 13:26:44 -0500 Subject: [PATCH] update build yaml --- .github/workflows/build.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b605da8..75db2d2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,6 +34,16 @@ jobs: with: submodules: recursive + - name: Verify submodules + shell: bash + run: | + echo "=== Submodule status ===" + git submodule status --recursive + echo "=== NeuralAudio deps ===" + ls -la vendor/NeuralAudio/deps/ + ls vendor/NeuralAudio/deps/RTNeural/CMakeLists.txt + ls vendor/NeuralAudio/deps/math_approx/CMakeLists.txt + - name: Clone egui fork run: git clone --depth 1 -b ibus-wayland-fix https://git.skyler.io/skyler/egui.git ../egui-fork env: @@ -48,7 +58,7 @@ jobs: uses: swatinem/rust-cache@v2 with: workspaces: './lightningbeam-ui -> target' - key: ${{ matrix.artifact-name }} + key: ${{ matrix.artifact-name }}-v2 # ── Linux dependencies ── - name: Install dependencies (Linux)