Small fixes

This commit is contained in:
momo5502
2025-05-29 12:26:03 +02:00
parent 4b891e701d
commit 4392d960e2

View File

@@ -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