Skip to content

Commit

Permalink
Merge pull request #514 from lomirus/main
Browse files Browse the repository at this point in the history
Fix `runs` typo
  • Loading branch information
raftario committed Oct 31, 2023
2 parents 61694d5 + 1679128 commit 3fc7270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ steps:
- uses: nttld/setup-ndk@v1
with:
ndk-version: r25c
- runs: ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk
- run: ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk
```

### Using the installation path
Expand Down

0 comments on commit 3fc7270

Please sign in to comment.