From e1cd2469e42483835db14138bc1d846b0d428201 Mon Sep 17 00:00:00 2001 From: m1ga Date: Sat, 11 Jan 2025 17:13:23 +0100 Subject: [PATCH] workflow test --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 05536ba3..3c07e381 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -61,8 +61,8 @@ jobs: - run: ti sdk install 12.5.1.GA name: Install Titanium SDK - - name: Install ccache - run: brew install ccache + # - name: Install ccache + # run: brew install ccache - name: Retrieve ccache uses: actions/cache@v4