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 064fa2a commit 8f5a412
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-led-control.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev libargp-dev
sudo apt-get install -y gcc-arm-linux-gnueabihf libc6-dev
wget http://www.lysator.liu.se/~nisse/misc/argp-standalone-1.3.tar.gz
tar -xzf argp-standalone-1.3.tar.gz
cd argp-standalone-1.3
./configure
make
sudo make install
- name: Compile C program
run: |
Expand Down

0 comments on commit 8f5a412

Please sign in to comment.