From ba8aba4a458a6c117e582ee00d11f0be14533e27 Mon Sep 17 00:00:00 2001 From: Sergey Fionov Date: Mon, 17 Jul 2023 19:42:59 +0300 Subject: [PATCH] Remove "setup ndk" step from build We do not have native code anymore --- .github/workflows/workflow.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 7ffadd2..a2bbef4 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -15,13 +15,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: setup ndk - uses: nttld/setup-ndk@v1 - id: setup-ndk - with: - ndk-version: r23 - add-to-path: true - - name: build dist run: | git submodule init && git submodule update