Skip to content

Commit

Permalink
Update build-led-control.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arvvoid authored Nov 8, 2024
1 parent 0993d7d commit 064fa2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-led-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev libargp-dev
- name: Compile C program
run: |
Expand Down

0 comments on commit 064fa2a

Please sign in to comment.