From d4b012761d59886225aa3a4d6af193a44466698a Mon Sep 17 00:00:00 2001 From: Stepan Lavrentev Date: Sun, 15 Oct 2023 16:19:20 +0300 Subject: [PATCH] add additional steps --- .github/workflows/install/action.yml | 1 + 1 file changed, 1 insertion(+) 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