Skip to content

Commit

Permalink
install *all* the dependencies!
Browse files Browse the repository at this point in the history
  • Loading branch information
nomaster committed Aug 12, 2024
1 parent c39f5af commit e5dd7ee
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,21 @@ jobs:
sudo apt-get update
sudo apt-get -y --no-install-recommends install \
# python2 \
build-essential
git \
python3 \
python3-setuptools \
build-essential \
ecdsautils \
gawk \
unzip \
libncurses-dev \
libz-dev \
libssl-dev \
libelf-dev \
wget \
rsync \
time \
qemu-utils
- name: Restore toolchain cache
uses: actions/cache/restore@v4
Expand Down

0 comments on commit e5dd7ee

Please sign in to comment.