Skip to content

Commit bc0b6a6

Browse files
committed
ci: install capnproto
1 parent 905b2b2 commit bc0b6a6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515

1616
steps:
1717
- uses: actions/checkout@v4
18+
- name: Install capnproto
19+
run: apt install -y capnproto
1820
- name: Lint
1921
run: cargo clippy
2022

@@ -24,6 +26,8 @@ jobs:
2426

2527
steps:
2628
- uses: actions/checkout@v4
29+
- name: Install capnproto
30+
run: apt install -y capnproto
2731
- name: Build
2832
run: cargo build --verbose
2933
- name: Run tests

0 commit comments

Comments
 (0)