From 2fa6171cbe17e56bf5ca7c90690571418d35cac4 Mon Sep 17 00:00:00 2001 From: Hounsette <90805027+Hounsette@users.noreply.github.com> Date: Thu, 11 May 2023 00:34:28 +0900 Subject: [PATCH 1/4] Update srtool.yml --- .github/workflows/srtool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index c85cc3da878..642dd9efde7 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - + - run: rustup show - name: Srtool build id: srtool_build uses: chevdor/srtool-actions@v0.6.0 From 0e24507b3623133adb90f7253851a6e4fab2460d Mon Sep 17 00:00:00 2001 From: Hounsette <90805027+Hounsette@users.noreply.github.com> Date: Thu, 11 May 2023 00:35:38 +0900 Subject: [PATCH 2/4] Update srtool.yml --- .github/workflows/srtool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index 642dd9efde7..494e5ba2221 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -3,7 +3,7 @@ name: Srtool on: push: branches: - - master + - (fix)-CI-srtool jobs: srtool: From d6e0529adcf718d0adc50ad2f5044dbda96195eb Mon Sep 17 00:00:00 2001 From: Fredrik Simonsson Date: Mon, 15 May 2023 12:09:31 +0900 Subject: [PATCH 3/4] Update srtool.yml --- .github/workflows/srtool.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index 494e5ba2221..3fbd6102206 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -22,6 +22,7 @@ jobs: chain: ${{ matrix.runtime }} package: runtime-${{ matrix.runtime }} runtime_dir: runtimes/${{ matrix.runtime }} + tag: 1.66.1 - name: Summary run: | From de9173f53f6fa131613ce29e20a22243d7ea3d64 Mon Sep 17 00:00:00 2001 From: Fredrik Simonsson Date: Mon, 15 May 2023 13:13:09 +0900 Subject: [PATCH 4/4] Use frozen version of SRtool --- .github/workflows/srtool.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/srtool.yml b/.github/workflows/srtool.yml index 3fbd6102206..d52ba740f28 100644 --- a/.github/workflows/srtool.yml +++ b/.github/workflows/srtool.yml @@ -3,7 +3,7 @@ name: Srtool on: push: branches: - - (fix)-CI-srtool + - master jobs: srtool: @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - - run: rustup show + - name: Srtool build id: srtool_build uses: chevdor/srtool-actions@v0.6.0