Skip to content

ci: Remove obsolete command. #10

ci: Remove obsolete command.

ci: Remove obsolete command. #10

Workflow file for this run

name: build
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
permissions:
actions: none
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt install avr-libc gcc-avr pkg-config avrdude libudev-dev build-essential
- run: cargo build --verbose
- run: cargo test --verbose