Skip to content

Commit

Permalink
Update build-commit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
acodili-jg authored May 10, 2024
1 parent 05737ef commit 74f53b5
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,21 @@ 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
- name: Upload Artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 74f53b5

Please sign in to comment.