Skip to content

Commit

Permalink
circleci: add patch dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiraNoSushi committed Feb 28, 2022
1 parent 7dcbe9e commit fed5551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
ln -fs /usr/share/zoneinfo/UTC /etc/localtime
apt-get install tzdata -y
dpkg-reconfigure --frontend noninteractive tzdata
apt-get install unzip p7zip-full curl python2 binutils-aarch64-linux-gnu wget ssh-client -yq
apt-get install unzip p7zip-full curl python2 binutils-aarch64-linux-gnu wget ssh-client patch -yq
# Fix GitHub SSH key checking
mkdir ~/.ssh/ && echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
- save_cache:
Expand Down

0 comments on commit fed5551

Please sign in to comment.