mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 04:39:34 +00:00
Merge pull request #19216 from ANR2MERefork/manual_generate_ipa
[Workflow] Some missing env vars for ccache
This commit is contained in:
commit
3b83ab0f06
5
.github/workflows/manual_generate_ipa.yml
vendored
5
.github/workflows/manual_generate_ipa.yml
vendored
@ -66,8 +66,13 @@ jobs:
|
||||
env:
|
||||
CC: clang
|
||||
CXX: clang++
|
||||
USE_CCACHE: 1
|
||||
run: |
|
||||
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
|
||||
export CCACHE_SLOPPINESS=pch_defines,clang_index_store,ivfsoverlay,include_file_ctime,include_file_mtime,modules,system_headers,time_macros
|
||||
export CCACHE_FILECLONE=true
|
||||
export CCACHE_DEPEND=true
|
||||
export CCACHE_COMPILERCHECK=content
|
||||
./b.sh --ios --${{ github.event.inputs.buildVariant }}
|
||||
|
||||
- name: Package build
|
||||
|
Loading…
x
Reference in New Issue
Block a user