mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
fix: 🔧 Fix build runtime srtool permission issue (#220)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
8c693bfde7
commit
062584d1a2
1 changed files with 0 additions and 1 deletions
|
|
@ -10,7 +10,6 @@
|
|||
CMD="docker run \
|
||||
-i \
|
||||
--rm \
|
||||
--user $(id -u):$(id -g) \
|
||||
-e CARGO_NET_GIT_FETCH_WITH_CLI=true \
|
||||
-e PACKAGE=datahaven-${GH_WORKFLOW_MATRIX_CHAIN}-runtime \
|
||||
-e RUNTIME_DIR=operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN} \
|
||||
|
|
|
|||
Loading…
Reference in a new issue