Skip to content

feat: autodetect an ADB device when no vendor or product ID is specif… #24

feat: autodetect an ADB device when no vendor or product ID is specif…

feat: autodetect an ADB device when no vendor or product ID is specif… #24

Workflow file for this run

name: Rust - Build
on: [push, pull_request]
env:
CARGO_TERM_COLOR: always
jobs:
build-release:
name: "build-release"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build project
run: cargo build --release