mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-06-02 06:14:48 +02:00
ci: install python deps for mac build
Sets up Python and installs cx_Freeze/libtorrent so the macOS DMG build can compile the Python RPC. Made-with: Cursor
This commit is contained in:
@@ -10,9 +10,14 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20
|
||||
node-version: 22.21.0
|
||||
cache: yarn
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- run: yarn install --frozen-lockfile
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: 3.9
|
||||
- run: pip install -r requirements.txt
|
||||
- run: yarn build:mac
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user