Skip to content

fix: autopilot thresholds & invert horizontal #17

fix: autopilot thresholds & invert horizontal

fix: autopilot thresholds & invert horizontal #17

Workflow file for this run

name: Check ALVR
on:
push:
#branches: [ "main" ]
pull_request:
#branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
SCCACHE_GHA_ENABLED: "true"
RUSTC_WRAPPER: "sccache"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Prepare Environment
run: |
rustup update stable
- name: Build
run: cargo build --verbose --no-default-features --features=alvr