Skip to content

Commit

Permalink
add python3-tomli to setup-apt.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
karaketir16 authored Dec 15, 2024
1 parent 292cae5 commit d9bed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# install OS prerequisites
dpkg --add-architecture i386
apt update
apt install -y autoconf automake autotools-dev curl python3 python3-pip libmpc-dev libmpfr-dev \
apt install -y autoconf automake autotools-dev curl python3 python3-pip python3-tomli libmpc-dev libmpfr-dev \
libgmp-dev gawk build-essential bison flex texinfo gperf libtool \
patchutils bc zlib1g-dev libexpat-dev git ninja-build cmake libglib2.0-dev expect \
device-tree-compiler python3-pyelftools libslirp-dev

0 comments on commit d9bed39

Please sign in to comment.