Skip to content

Commit

Permalink
Change android ci
Browse files Browse the repository at this point in the history
  • Loading branch information
problematicconsumer committed Oct 12, 2023
1 parent 6e1f4a7 commit 08ddb25
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ on:
- '.github/**'
- '!.github/workflows/release.yml'

env:
NDK_REVISION: r26-rc1

jobs:
build:
permissions: write-all
Expand Down Expand Up @@ -50,10 +47,9 @@ jobs:
uses: nttld/[email protected]
id: setup-ndk
with:
ndk-version: '${{ env.NDK_REVISION }}'
ndk-version: r26b
add-to-path: true
local-cache: true
link-to-sdk: true

- name: Setup MinGW
if: startsWith(matrix.job.target,'windows')
Expand Down

0 comments on commit 08ddb25

Please sign in to comment.