misc(backend): make sure to correctly set IS_GHA_BUILD=true in wf

This commit is contained in:
Morgan Funtowicz 2024-12-17 10:53:42 +01:00
parent e5cc47a42e
commit 2b65669581
1 changed files with 1 additions and 1 deletions

View File

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