Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DianQK authored May 5, 2024
1 parent 5454c3a commit 4738b17
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
echo "Highest Android NDK: $HIGHEST_NDK_VERSION"
EXPECTED_NDK_VERSION=26.1.10909125
echo "Expected Android NDK: $EXPECTED_NDK_VERSION"
[[ "$EXPECTED_NDK_VERSION" == "$HIGHEST_NDK_VERSION" ]];
echo "ANDROID_NDK_VERSION=$EXPECTED_NDK_VERSION" >> $GITHUB_ENV
- name: Build ruslin-data-uniffi
working-directory: ./ruslin-data-uniffi
Expand Down

0 comments on commit 4738b17

Please sign in to comment.