Skip to content

Commit

Permalink
fix(ci): pin Srtool version to 1.77.0 for compatibility (#1015)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sameh-farouk authored Oct 7, 2024
1 parent cd7458f commit cd15cc2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/030_create_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
workdir: '${{ github.workspace }}/substrate-node'
package: tfchain-runtime
runtime_dir: runtime
tag: "1.77.0"

- name: Summary
run: |
Expand Down

0 comments on commit cd15cc2

Please sign in to comment.