Skip to content

Commit 76f420e

Browse files
authored
Merge pull request #11 from semaphore-protocol/depth-features
refactor: remove build.rs and integrate zkey downloading into utils
2 parents 0d2c7e4 + 8a91909 commit 76f420e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1593
-210
lines changed

.github/workflows/build-and-test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
toolchain: stable
2020
override: true
2121
components: rustfmt, clippy
22+
- name: install requirements
23+
uses: awalsh128/cache-apt-pkgs-action@v1
24+
with:
25+
packages: protobuf-compiler
26+
version: 1.0
2227
- name: cargo fmt
2328
run: cargo fmt --all -- --check
2429
- name: cargo clippy
@@ -33,6 +38,11 @@ jobs:
3338
with:
3439
toolchain: stable
3540
override: true
41+
- name: install requirements
42+
uses: awalsh128/cache-apt-pkgs-action@v1
43+
with:
44+
packages: protobuf-compiler
45+
version: 1.0
3646
- name: Run tests
3747
run: cargo test
3848

0 commit comments

Comments
 (0)