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 4537094213
commit 0501210628

View File

@ -62,7 +62,7 @@ jobs:
SCCACHE_LOG=debug
SCCACHE_NO_DAEMON=1
BUILD_TYPE=dev
SCCACHE_GHA_ENABLED=true
IS_GHA_BUILD=true
secrets:
gha_cache_url=${{ env.ACTIONS_CACHE_URL }}
gha_cache_token=${{ env.ACTIONS_CACHE_TOKEN }}