Skip to content

Commit

Permalink
build:android: do not update containers prior build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Wildemann committed Dec 1, 2024
1 parent d4319de commit 2b206dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_android.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

wget https://packages.cloud.google.com/apt/doc/apt-key.gpg && sudo apt-key add apt-key.gpg

sudo apt-get update
#sudo apt-get update
sudo apt-get install -y cmake gettext libsaxonb-java librsvg2-bin pkg-config rename
gem install --no-document domain_name -v 0.5.20190701
gem install --no-document git -v 1.19.1
Expand Down

0 comments on commit 2b206dd

Please sign in to comment.