mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
update build and postinstall for mac
This commit is contained in:
parent
8705efc9b6
commit
eaa5b46b1f
2 changed files with 25 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -6,7 +6,7 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, ubuntu-latest, macos-11]
|
||||
os: [macos-11]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
@ -19,6 +19,10 @@ jobs:
|
|||
with:
|
||||
node-version: 20.11.1
|
||||
|
||||
- name: Install aria2 on Mac
|
||||
if: matrix.os == 'macos-11'
|
||||
run: brew install aria2
|
||||
|
||||
- name: Install dependencies
|
||||
run: yarn
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue