Skip to content

Commit

Permalink
Compile switcher properly
Browse files Browse the repository at this point in the history
  • Loading branch information
brenapp committed Oct 30, 2024
1 parent ff85fc1 commit 3eee264
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 3eee264

Please sign in to comment.