Skip to content

Commit

Permalink
fix: update build process to use python_rpc setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Hachi-R committed Dec 21, 2024
1 parent fbe6b84 commit f2222cf
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 @@ -31,7 +31,7 @@ jobs:
run: pip install -r requirements.txt

- name: Build with cx_Freeze
run: python torrent-client/setup.py build
run: python python_rpc/setup.py build

- name: Build Linux
if: matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit f2222cf

Please sign in to comment.