Skip to content

Commit a0faaf1

Browse files
committed
Install deps
Signed-off-by: Joe Borg <joe@josephb.org>
1 parent d9a5cef commit a0faaf1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Test and Build
1+
name: Build
22

33
on:
44
workflow_dispatch:
@@ -28,6 +28,11 @@ jobs:
2828
- name: Install target
2929
run: rustup target add ${{ matrix.target }}
3030

31+
- name: Install dependencies
32+
run: |
33+
sudo apt-get update
34+
sudo apt-get install liboping-dev -y
35+
3136
- name: Build with cross
3237
run: cross build --release --target ${{ matrix.target }}
3338

0 commit comments

Comments
 (0)