We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3001eed commit 4b69bcfCopy full SHA for 4b69bcf
.github/workflows/ci.yaml
@@ -37,10 +37,6 @@ jobs:
37
steps:
38
- uses: actions/checkout@v3
39
- uses: Swatinem/rust-cache@v2
40
- - name: Install Dependencies
41
- run: |
42
- export DEBIAN_FRONTEND=noninteractive
43
- sudo apt-get install -y capnproto libcapnp-dev
44
- name: Build
45
run: cargo build --release
46
- name: Test
@@ -51,10 +47,6 @@ jobs:
51
47
52
48
53
49
54
55
56
57
58
50
- name: Rustfmt
59
run: cargo fmt --check
60
- name: Clippy
0 commit comments