Skip to content

Commit

Permalink
Merge pull request #212 from builder555/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
builder555 authored Jan 28, 2024
2 parents e583ed3 + 10faf9f commit 16bdb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.2
2.2.3

0 comments on commit 16bdb61

Please sign in to comment.