Skip to content

Commit

Permalink
ci: run against older substrate/polkadot ref (#1838)
Browse files Browse the repository at this point in the history
* ci: run against older substrate/polkadot ref

* Update .github/workflows/build-nodes.yml

* Update .github/workflows/build-nodes.yml
  • Loading branch information
niklasad1 authored Oct 23, 2024
1 parent 03f63ef commit 50fc73a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: actions/checkout@v4
with:
repository: paritytech/polkadot-sdk
# TODO: Temporary to pin a specific polkadot commit because of that substrate master doesn't work
ref: 356386b56881a7a2cb1b0be5628ad2a97678b34d

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler curl gcc make clang cmake
Expand Down

0 comments on commit 50fc73a

Please sign in to comment.