mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
fix: 🔧 Add revision number to rust toolchain channel version to match with srtool image version (#209)
This commit is contained in:
parent
ac09a4f2bb
commit
72bfe9bb62
2 changed files with 3 additions and 3 deletions
4
.github/workflows/task-publish-runtime.yml
vendored
4
.github/workflows/task-publish-runtime.yml
vendored
|
|
@ -83,8 +83,8 @@ jobs:
|
|||
RUNTIME_BUILD_PROFILE: "production"
|
||||
run: |
|
||||
# Ensure we have permissions to write to the runtime folder target for the docker user
|
||||
mkdir -p runtime/${GH_WORKFLOW_MATRIX_CHAIN}/target
|
||||
chmod uog+rwX runtime/${GH_WORKFLOW_MATRIX_CHAIN}/target
|
||||
mkdir -p operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN}/target
|
||||
chmod uog+rwX operator/runtime/${GH_WORKFLOW_MATRIX_CHAIN}/target
|
||||
|
||||
chmod u+x ./original-scripts/build-runtime-srtool.sh
|
||||
./original-scripts/build-runtime-srtool.sh
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[toolchain]
|
||||
channel = "1.88"
|
||||
channel = "1.88.0"
|
||||
components = [
|
||||
"cargo",
|
||||
"clippy",
|
||||
|
|
|
|||
Loading…
Reference in a new issue