Skip to content

Commit

Permalink
Change ci packages
Browse files Browse the repository at this point in the history
  • Loading branch information
quantumferret committed Sep 9, 2023
1 parent b25385e commit 201bb0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
toolchain: stable
override: true
components: rust-src
- name: Install avr-gcc, binutils, and libc
run: sudo apt-get install -y avr-libc binutils-avr gcc-avr
- name: Install Linux packages
run: sudo apt-get install -y avr-libc gcc-avr pkg-config avrdude libudev-dev build-essential
# - name: Install avr-gcc, binutils, and libc
# run: sudo apt-get install -y avr-libc binutils-avr gcc-avr
- name: Build
run: cargo build --release

Expand Down

0 comments on commit 201bb0b

Please sign in to comment.