Skip to content

Commit 91ca49e

Browse files
authored
Merge pull request #2009 from plebhash/2025-11-26-fix-release-libs-stratum-core
fix `stratum-core` path on `release-libs.yaml`
2 parents 41f56ee + 0ce2007 commit 91ca49e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
toolchain: stable
2525
override: true
2626

27+
- name: Install capnproto
28+
run: |
29+
sudo apt-get update && sudo apt-get install -y capnproto libcapnp-dev
30+
2731
- name: Run Integration Tests Script
2832
run: |
2933
./scripts/run-integration-tests.sh

.github/workflows/release-libs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,5 @@ jobs:
106106
# Stratum Core (re-exports all the protocol crates)
107107
- name: Publish crate stratum-core
108108
run: |
109-
./scripts/release-libs.sh stratum-core/stratum-core
109+
./scripts/release-libs.sh stratum-core
110110

0 commit comments

Comments
 (0)