Skip to content

Commit

Permalink
Specify subxt version in subxt-diff gh action (#3076)
Browse files Browse the repository at this point in the history
* Specify subxt version in subxt-diff gh action

* Make subxtdiff use stateless machines

---------

Co-authored-by: Alan Sapede <[email protected]>
  • Loading branch information
stiiifff and crystalin authored Dec 5, 2024
1 parent d66e526 commit 50a92dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/subxt-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

local-diff:
needs: build
runs-on: bare-metal
runs-on: moonbeam-release-medium
permissions:
contents: read
strategy:
Expand All @@ -48,7 +48,7 @@ jobs:
run: |
rustup override unset
rustup show
cargo install subxt-cli --locked
cargo install subxt-cli@0.37.0 --locked
echo "$HOME/.cargo/bin" >> $GITHUB_PATH
- name: Run last_release node via Docker
run: |
Expand Down Expand Up @@ -139,5 +139,5 @@ jobs:
commit-message: "runtime diff: v0.${{ github.event.inputs.spec_version }}.0"
draft: true
title: "Notorize runtime upgrade differences: runtime-${{ github.event.inputs.spec_version }}"
reviewers: "librelois,noandrea"
reviewers: "RomarQ,stiiifff"
labels: "B0-silent,D2-notlive"

0 comments on commit 50a92dd

Please sign in to comment.