Skip to content

Commit

Permalink
fix cache ndk
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Aug 19, 2020
1 parent b0e06fd commit 013e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: cache-ndk
uses: actions/cache@v2
with:
path: ${{ ANDROID_SDK_ROOT }}/ndk-bundle
path: /home/runner/android/ndk-bundle
key: cached-ndk

- name: Install Android NDK
Expand Down

0 comments on commit 013e913

Please sign in to comment.