Some missing env vars for ccache

This commit is contained in:
AdamN 2024-05-31 03:20:04 +07:00 committed by GitHub
parent 1786a4ddb0
commit 8048e32fcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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