We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ba0f9 commit b2abc75Copy full SHA for b2abc75
.github/workflows/test.yml
@@ -36,10 +36,10 @@ jobs:
36
ndk-version: r21e
37
add-to-path: false
38
- uses: ./
39
- id: install-ndk-22
+ id: install-ndk-23
40
with:
41
ndk-version: r23
42
43
- run: '! which ndk-build'
44
- run: ${{ steps.install-ndk-21.outputs.ndk-path }}/ndk-build --version
45
- - run: ${{ steps.install-ndk-22.outputs.ndk-path }}/ndk-build --version
+ - run: ${{ steps.install-ndk-23.outputs.ndk-path }}/ndk-build --version
0 commit comments