Skip to content

Commit

Permalink
Small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
raftario committed Aug 17, 2021
1 parent 60ba0f9 commit b2abc75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
ndk-version: r21e
add-to-path: false
- uses: ./
id: install-ndk-22
id: install-ndk-23
with:
ndk-version: r23
add-to-path: false
- run: '! which ndk-build'
- run: ${{ steps.install-ndk-21.outputs.ndk-path }}/ndk-build --version
- run: ${{ steps.install-ndk-22.outputs.ndk-path }}/ndk-build --version
- run: ${{ steps.install-ndk-23.outputs.ndk-path }}/ndk-build --version

0 comments on commit b2abc75

Please sign in to comment.