From 8bc9bfd7b90e04acbd863e8771a85e4258b0ad8e Mon Sep 17 00:00:00 2001 From: Sameh Abouel-saad Date: Mon, 7 Oct 2024 14:47:08 +0300 Subject: [PATCH] fix(ci): pin Srtool version to 1.77.0 for compatibility 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. --- .github/workflows/030_create_release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/030_create_release.yaml b/.github/workflows/030_create_release.yaml index 90ce49cd0..dca537d11 100644 --- a/.github/workflows/030_create_release.yaml +++ b/.github/workflows/030_create_release.yaml @@ -28,6 +28,7 @@ jobs: workdir: '${{ github.workspace }}/substrate-node' package: tfchain-runtime runtime_dir: runtime + tag: "1.77.0" - name: Summary run: |