Skip to content

Commit

Permalink
Fix freertos CI build (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc authored Oct 9, 2024
1 parent 33af156 commit e7f01d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freertos_plus_tcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install requirements
run: |
sudo apt update
sudo apt install -y ninja-build libslirp-dev
sudo apt install -y ninja-build libslirp-dev libglib2.0-dev
- name: Build examples
run: |
cd examples/freertos_plus_tcp
Expand Down

0 comments on commit e7f01d6

Please sign in to comment.