misc(backend): make sure to correctly set IS_GHA_BUILD=true in wf
This commit is contained in:
parent
e5cc47a42e
commit
2b65669581
|
@ -62,7 +62,7 @@ jobs:
|
||||||
SCCACHE_LOG=debug
|
SCCACHE_LOG=debug
|
||||||
SCCACHE_NO_DAEMON=1
|
SCCACHE_NO_DAEMON=1
|
||||||
BUILD_TYPE=dev
|
BUILD_TYPE=dev
|
||||||
SCCACHE_GHA_ENABLED=true
|
IS_GHA_BUILD=true
|
||||||
secrets:
|
secrets:
|
||||||
gha_cache_url=${{ env.ACTIONS_CACHE_URL }}
|
gha_cache_url=${{ env.ACTIONS_CACHE_URL }}
|
||||||
gha_cache_token=${{ env.ACTIONS_CACHE_TOKEN }}
|
gha_cache_token=${{ env.ACTIONS_CACHE_TOKEN }}
|
||||||
|
|
Loading…
Reference in New Issue