Skip to content

Commit

Permalink
upd: Add ccache to deps
Browse files Browse the repository at this point in the history
  • Loading branch information
HUSKI3 committed Dec 16, 2021
1 parent 1c559d0 commit a3ae4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scripts:
mkdir -p ~/.bin
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
chmod a+rx ~/.bin/repo
sudo apt-get install git-core gnupg flex bison build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 libncurses5 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev libxml2-utils xsltproc unzip fontconfig
sudo apt-get install git-core gnupg flex bison build-essential zip curl zlib1g-dev gcc-multilib g++-multilib libc6-dev-i386 libncurses5 lib32ncurses5-dev x11proto-core-dev libx11-dev lib32z1-dev libgl1-mesa-dev libxml2-utils xsltproc unzip fontconfig ccache
git config --global user.name HUSKI3
git config --global user.email ignispy@protonmail.com
repo init -u https://android.googlesource.com/platform/manifest -b android-12.0.0_r16
Expand Down

0 comments on commit a3ae4f3

Please sign in to comment.