Skip to content

Commit

Permalink
tooling: Fix error in Makefile.setup
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Dec 6, 2023
1 parent 6319073 commit c234f50
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Makefile.setup
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,20 @@ install-ubuntu-deps::
build-essential \
clang-format \
cmake \
doxygen \
curl \
doxygen \
file \
git \
graphviz \
jq \
netcat-openbsd \
patchelf \
psmisc \
python3-setuptools \
python3-pip \
python3-venv \
python3-setuptools \
time \
tmux \
python3-venv \
;

# Require GCC and G++ version >= 8
Expand Down

0 comments on commit c234f50

Please sign in to comment.