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: