We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41f56ee + 0ce2007 commit 91ca49eCopy full SHA for 91ca49e
.github/workflows/integration-tests.yaml
@@ -24,6 +24,10 @@ jobs:
24
toolchain: stable
25
override: true
26
27
+ - name: Install capnproto
28
+ run: |
29
+ sudo apt-get update && sudo apt-get install -y capnproto libcapnp-dev
30
+
31
- name: Run Integration Tests Script
32
run: |
33
./scripts/run-integration-tests.sh
.github/workflows/release-libs.yaml
@@ -106,5 +106,5 @@ jobs:
106
# Stratum Core (re-exports all the protocol crates)
107
- name: Publish crate stratum-core
108
109
- ./scripts/release-libs.sh stratum-core/stratum-core
+ ./scripts/release-libs.sh stratum-core
110
0 commit comments