Skip to content

Commit

Permalink
remove sudo command (#212)
Browse files Browse the repository at this point in the history
* remove `sudo` command
* add `zip` package
  • Loading branch information
takdeveloper authored Jun 2, 2022
1 parent 087fe01 commit 83f9d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ jobs:
apt -y install ninja-build
apt -y install swig
apt -y install tclsh
apt -y install zip
apt -y install python3-pip
pip3 install -U pip setuptools
pip3 install --upgrade conan
sudo apt-get clean
echo "ANDROID_COMPILE_SDK=29" >> $GITHUB_ENV
echo "ANDROID_BUILD_TOOLS=29.0.3" >> $GITHUB_ENV
echo "ANDROID_SDK_TOOLS=4333796" >> $GITHUB_ENV
Expand Down

0 comments on commit 83f9d03

Please sign in to comment.