From 4392d960e2111f25f259577d357a6d9ec2ae6706 Mon Sep 17 00:00:00 2001 From: momo5502 Date: Thu, 29 May 2025 12:26:03 +0200 Subject: [PATCH] Small fixes --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4f22685f..3c9c2914 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -255,13 +255,13 @@ jobs: ndk-version: r26d add-to-path: false - - name: Initialize sccache environnement + - name: Setup sccache environement shell: bash run: | echo SCCACHE_DIR=${{github.workspace}}/sccache >> $GITHUB_ENV echo SCCACHE_CACHE_SIZE=500M >> $GITHUB_ENV - - name: Recover sccache cache + - name: Recover sccache uses: actions/cache@v3 with: path: ${{env.SCCACHE_DIR}} @@ -269,7 +269,7 @@ jobs: restore-keys: | sccache ${{matrix.platform}} ${{matrix.configuration}} ${{ github.event.repository.default_branch }} - - name: Run sccache-cache + - name: Install sccache uses: mozilla-actions/sccache-action@v0.0.9 - name: Setup Android Environment Variables