Skip to content

Commit cd15cc2

Browse files
authored
fix(ci): pin Srtool version to 1.77.0 for compatibility (#1015)
The latest Srtool version (1.81.0) uses rustc 1.81.0, which causes issues with our current setup. TFChain and polkadot-sdk 1.10 are tested with rustc 1.70.0. This commit pins Srtool to version 1.77.0 to avoid compatibility issues until we can update to the latest polkadot-sdk.
1 parent cd7458f commit cd15cc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/030_create_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
workdir: '${{ github.workspace }}/substrate-node'
2929
package: tfchain-runtime
3030
runtime_dir: runtime
31+
tag: "1.77.0"
3132

3233
- name: Summary
3334
run: |

0 commit comments

Comments
 (0)