mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-18 00:33:59 +00:00
update build and postinstall for mac
This commit is contained in:
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user