Skip to content

Commit

Permalink
misc(backend): make sure to correctly set IS_GHA_BUILD=true in wf
Browse files Browse the repository at this point in the history
  • Loading branch information
mfuntowicz committed Dec 17, 2024
1 parent e5cc47a commit 2b65669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_trtllm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 2b65669

Please sign in to comment.