mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
ci: adding macos build to the pipeline
This commit is contained in:
parent
8252c9ee22
commit
7b4b1cb230
2 changed files with 4 additions and 2 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -24,7 +24,9 @@ jobs:
|
||||||
node-version: 20.18.0
|
node-version: 20.18.0
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn
|
run: |
|
||||||
|
pip install setuptools
|
||||||
|
yarn
|
||||||
|
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
|
|
|
@ -6,4 +6,4 @@ psutil
|
||||||
Pillow
|
Pillow
|
||||||
flask
|
flask
|
||||||
aria2p
|
aria2p
|
||||||
setuptools
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue