Skip to content

Commit

Permalink
Update build-pull-request.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored May 10, 2024
1 parent 74f53b5 commit f4b1069
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,18 @@ jobs:
-Wclippy::expect_used \
-Wclippy::unwrap_used
- name: Build
run: cargo build --release --verbose
run: |
sudo \
apt \
install \
avr-libc \
gcc-avr \
pkg-config \
avrdude \
libudev-dev \
build-essential \
&& \
cargo \
build \
--release \
--verbose

0 comments on commit f4b1069

Please sign in to comment.