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