Skip to content

Commit

Permalink
fix: missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 authored Jan 14, 2024
1 parent ab95182 commit c35eba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
node-version: 18
- name: Install dependencies for ${{matrix.target}}
run: |
pip install pyinstaller websockets bleak requests
pip install pyinstaller websockets bleak requests pinecil
pushd ui && npm install && popd
- name: Build application for ${{matrix.target}}
run: ${{ matrix.BUILD_CMD }}
Expand Down

0 comments on commit c35eba5

Please sign in to comment.