add checkout action

This commit is contained in:
Boulay Mathias 2023-05-03 18:16:09 +02:00 committed by GitHub
parent 5bdae2f735
commit 5051466ca5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,6 +74,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Setup ndk
uses: actions/checkout@v2
run: bash "setupndk.sh"
- name: Checkout repository
uses: actions/checkout@v2