Skip to content

Commit

Permalink
fix: add missing deps for ci e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Dec 4, 2024
1 parent 2b8f11e commit 01adf9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/reusable-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,13 @@ jobs:
sudo apt-get update
sudo apt-get install --yes \
build-essential \
cmake \
libgmp-dev \
libsodium-dev \
nasm \
curl \
m4 \
g++ \
nlohmann-json3-dev
- name: Install
Expand Down

0 comments on commit 01adf9f

Please sign in to comment.