Skip to content

Commit a9f8f2f

Browse files
committed
fix: add libudev-dev dependency for soroban-cli
1 parent af2ce75 commit a9f8f2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
- name: Install system dependencies
111111
run: |
112112
sudo apt-get update
113-
sudo apt-get install -y libdbus-1-dev pkg-config
113+
sudo apt-get install -y libdbus-1-dev pkg-config libudev-dev
114114
115115
- name: Install Soroban CLI
116116
run: |

0 commit comments

Comments
 (0)