From 3eee26491df04cfe0dfcc43beaf24ad0d31f600e Mon Sep 17 00:00:00 2001 From: Brendan McGuire Date: Tue, 29 Oct 2024 22:46:35 -0500 Subject: [PATCH] Compile switcher properly --- .github/workflows/build.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c838d8b..94d78df 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,10 +21,8 @@ jobs: - name: Install Host dependencies run: npm ci working-directory: ./host - - name: Directory Structure - run: find ./ -type d - - name: Build - run: npm run switcher:build + - name: Build Switcher + run: sh ./scripts/compile_switcher.sh build-host: needs: build-switcher permissions: