diff --git a/.github/workflows/install/action.yml b/.github/workflows/install/action.yml index e2c31e08..a4d2ab3d 100644 --- a/.github/workflows/install/action.yml +++ b/.github/workflows/install/action.yml @@ -17,6 +17,7 @@ runs: add-to-path: true local-cache: false - runs: ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk + shell: bash - name: Install Rust uses: actions-rs/toolchain@v1