From 43d0022bd869c117a8fb775f61d039c286ef60ae Mon Sep 17 00:00:00 2001 From: Jonathan Hui Date: Tue, 3 Mar 2026 11:46:01 -0600 Subject: [PATCH] Revert "github-actions: bump nttld/setup-ndk from 1.5.0 to 1.6.0 (#12591)" (#12601) This reverts commit 5ec1e40578679dec13ab474fc685bc89f8056926. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaf2f8bd0..65a587a07 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -395,7 +395,7 @@ jobs: run: apt update && apt install -y unzip - name: Setup NDK id: setup-ndk - uses: nttld/setup-ndk@ed92fe6cadad69be94a966a7ee3271275e62f779 # v1.6.0 + uses: nttld/setup-ndk@afb4c9964b521afb97c864b7d40b11e6911bd410 # v1.5.0 with: ndk-version: r25c local-cache: true