Update Rust crate anyhow to 1.0.75 #37
1 changed files with 5 additions and 0 deletions
|
@ -12,6 +12,11 @@ jobs:
|
|||
|
||||
- uses: https://github.com/dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install --no-install-recommends -y gcc-avr
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
cd rust/arduino
|
||||
|
|
Loading…
Reference in a new issue