Skip to content

Commit

Permalink
fix: ccache confg
Browse files Browse the repository at this point in the history
  • Loading branch information
limpbrains committed Jan 18, 2024
1 parent cf152ae commit 477072b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/e2e-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ env:
NO_FLIPPER: 1
E2E_TESTS: 1 # build without transform-remove-console babel plugin
DEBUG: 'lnurl* lnurl server'
CCACHE_SLOPPINESS: clang_index_store,file_stat_matches,include_file_ctime,include_file_mtime,ivfsoverlay,pch_defines,modules,system_headers,time_macros
CCACHE_FILECLONE: true
CCACHE_DEPEND: true
CCACHE_INODECACHE: true

jobs:
e2e:
Expand Down

0 comments on commit 477072b

Please sign in to comment.