mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-20 12:13:57 +00:00
Small fixes
This commit is contained in:
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user