Skip to content

Commit

Permalink
PATCH: Use ndk r23c to build v8
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 8, 2023
1 parent af2229c commit e50a3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,11 +280,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install NDK r22b
- name: Install NDK r23c
uses: nttld/setup-ndk@v1
id: setup-ndk
with:
ndk-version: r22b
ndk-version: r23c
add-to-path: false
local-cache: true

Expand Down

0 comments on commit e50a3ad

Please sign in to comment.