Skip to content

Commit

Permalink
give up on caching android
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus committed Nov 29, 2023
1 parent 94bee25 commit a29ae97
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 @@ -71,7 +71,7 @@ jobs:
uses: microsoft/setup-msbuild@main

- name: Downgrade Android NDK
if: (matrix.platform == 'android') && (steps.cache.outputs.cache-hit != true)
if: matrix.platform == 'android'
run: |
ANDROID_ROOT=/usr/local/lib/android
ANDROID_SDK_ROOT=${ANDROID_ROOT}/sdk
Expand Down

0 comments on commit a29ae97

Please sign in to comment.