Skip to content

Commit

Permalink
test: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton-byte committed Jan 11, 2024
1 parent a2d3456 commit 3acf304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python - -y
- run: |
apt install gcc-aarch64-linux-gnu wget -y
sudo apt install gcc-aarch64-linux-gnu wget -y
wget https://dl.google.com/android/repository/android-ndk-r26b-linux.zip
unzip android-ndk-r26b-linux.zip
export ANDROID_NDK_HOME=$(pwd)/android-ndk-r26b
Expand Down

0 comments on commit 3acf304

Please sign in to comment.