Skip to content

Commit 77e50ab

Browse files
authored
Install missing prerequisites for Ubuntu package on release (#3958)
This is a simple oversight on my part; I forgot to replicate this stanza from the test to the release job when making #3955.
1 parent e3a96d9 commit 77e50ab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
with:
6666
submodules: recursive
6767

68+
- name: Install prerequisites
69+
run: |
70+
sudo apt install --yes debhelper z3 libsecp256k1-dev
71+
6872
- name: Cache Stack root
6973
uses: actions/cache@v4
7074
with:

0 commit comments

Comments
 (0)