Skip to content

Commit b2abc75

Browse files
committed
Small typo
1 parent 60ba0f9 commit b2abc75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
ndk-version: r21e
3737
add-to-path: false
3838
- uses: ./
39-
id: install-ndk-22
39+
id: install-ndk-23
4040
with:
4141
ndk-version: r23
4242
add-to-path: false
4343
- run: '! which ndk-build'
4444
- run: ${{ steps.install-ndk-21.outputs.ndk-path }}/ndk-build --version
45-
- run: ${{ steps.install-ndk-22.outputs.ndk-path }}/ndk-build --version
45+
- run: ${{ steps.install-ndk-23.outputs.ndk-path }}/ndk-build --version

0 commit comments

Comments
 (0)