Skip to content

Commit

Permalink
Install missing prerequisites for Ubuntu package on release (#3958)
Browse files Browse the repository at this point in the history
This is a simple oversight on my part; I forgot to replicate this stanza
from the test to the release job when making #3955.
  • Loading branch information
Baltoli authored Jun 24, 2024
1 parent e3a96d9 commit 77e50ab
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
with:
submodules: recursive

- name: Install prerequisites
run: |
sudo apt install --yes debhelper z3 libsecp256k1-dev
- name: Cache Stack root
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 77e50ab

Please sign in to comment.