Skip to content

Commit

Permalink
Remove "setup ndk" step from build
Browse files Browse the repository at this point in the history
We do not have native code anymore
  • Loading branch information
sfionov authored Jul 17, 2023
1 parent 800d4b2 commit ba8aba4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ba8aba4

Please sign in to comment.