Skip to content

Commit

Permalink
fix: add missing library
Browse files Browse the repository at this point in the history
  • Loading branch information
builder555 committed Jan 28, 2024
1 parent 9c61937 commit a170f33
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 requests pinecil typing_extensions
pip install pyinstaller websockets requests pinecil typing_extensions rich
pushd ui && npm install && popd
- name: Build application for ${{matrix.target}}
run: ${{ matrix.BUILD_CMD }}
Expand Down

0 comments on commit a170f33

Please sign in to comment.