Skip to content

Commit

Permalink
Merge pull request #4813 from talregev/TalR/fix_android_ANDROID_NDK_ROOT
Browse files Browse the repository at this point in the history
  • Loading branch information
AenBleidd authored Jun 25, 2022
2 parents 0b3e09c + 839f0a3 commit d63d688
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
run: |
echo "VCPKG_BINARY_SOURCES=clear;x-aws-config,no-sign-request;x-aws,s3://vcpkg.cache.boinc/,read" >> $GITHUB_ENV
- name: Unset ANDROID_NDK_ROOT environment variable
if: ${{ success() }}
run: |
echo ANDROID_NDK_ROOT="" >> $GITHUB_ENV
- name: Build manager
if: ${{ success() && matrix.type == 'manager' }}
run: |
Expand Down

0 comments on commit d63d688

Please sign in to comment.