ci: adding macos build to the pipeline

This commit is contained in:
Chubby Granny Chaser 2025-02-21 22:49:46 +00:00
parent 8252c9ee22
commit 7b4b1cb230
No known key found for this signature in database
2 changed files with 4 additions and 2 deletions

View file

@ -24,7 +24,9 @@ jobs:
node-version: 20.18.0
- name: Install dependencies
run: yarn
run: |
pip install setuptools
yarn
- name: Install Python
uses: actions/setup-python@v5

View file

@ -6,4 +6,4 @@ psutil
Pillow
flask
aria2p
setuptools