Skip to content

Commit

Permalink
Fix Android CI Warn
Browse files Browse the repository at this point in the history
  • Loading branch information
JVital2013 authored Jan 31, 2024
1 parent cf0686f commit 9dda0c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Build dependencies
if: steps.android-deps.outputs.cache-hit != 'true'
shell: bash
run: git submodule update --init && cd $GITHUB_WORKSPACE/android/deps && export ANDROID_HOME=$GITHUB_WORKSPACE/android-sdk-linux && sh build.sh
run: git submodule update --init && cd $GITHUB_WORKSPACE/android/deps && export ANDROID_HOME=$GITHUB_WORKSPACE/android-sdk-linux && sh build.sh && rm .git

- name: Build
shell: bash
Expand Down

0 comments on commit 9dda0c9

Please sign in to comment.