more dependencies
This commit is contained in:
6
.github/workflows/rust.yml
vendored
6
.github/workflows/rust.yml
vendored
@@ -14,6 +14,8 @@ jobs:
|
|||||||
runs-on: macos-latest
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: brew install dbus
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose --bin cli_app
|
run: cargo build --verbose --bin cli_app
|
||||||
- name: Run CLI
|
- name: Run CLI
|
||||||
@@ -24,6 +26,8 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: choco install dbus -y
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose --bin cli_app
|
run: cargo build --verbose --bin cli_app
|
||||||
- name: Run CLI
|
- name: Run CLI
|
||||||
@@ -34,7 +38,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: sudo apt update && sudo apt install -y libdbus-1-dev
|
run: sudo apt update && sudo apt install -y libdbus-1-dev libhidapi-dev
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run CLI
|
- name: Run CLI
|
||||||
|
|||||||
Reference in New Issue
Block a user