Skip to content

Commit

Permalink
fix: Use actual sha256 sum for checking ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
Berstanio committed May 14, 2024
1 parent 2a2259b commit 2348e06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ jobs:
- name: Download NDK
run: |
wget https://dl.google.com/android/repository/android-ndk-r25c-linux.zip -O android-ndk.zip
echo "53af80a1cce9144025b81c78c8cd556bff42bd0e android-ndk.zip" | sha256sum --check
echo "769ee342ea75f80619d985c2da990c48b3d8eaf45f48783a2d48870d04b46108 android-ndk.zip" | sha256sum --check
unzip android-ndk.zip
echo "NDK_HOME=$(pwd)/android-ndk-r25c" >> $GITHUB_ENV
Expand Down

0 comments on commit 2348e06

Please sign in to comment.