Skip to content

WGPU-cli-2 - Use default backend if no environment variable is set. #66

WGPU-cli-2 - Use default backend if no environment variable is set.

WGPU-cli-2 - Use default backend if no environment variable is set. #66

Workflow file for this run

name: Rust
on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install libdbus
run: sudo apt-get install -y libdbus-1-3 libdbus-1-dev
- name: Update submodules
run: git submodule update --init
- name: Build (firmware-stm32h743zi)
run: cd ioboard/firmware-stm32h743zi && cargo build --verbose