We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6062684 commit ff9fcf4Copy full SHA for ff9fcf4
.github/workflows/rust_checks.yml
@@ -24,10 +24,8 @@ jobs:
24
- name: Checkout
25
uses: actions/checkout@v2
26
- name: Make the chainspec init script executable
27
- working-directory: ./_chainspecs
28
- run: chmod +x ./init.sh
+ run: chmod +x ./_chainspecs/init.sh
29
- name: Fetch chainspecs
30
31
run: ./_chainspecs/init.sh
32
- name: Toolchain
33
uses: actions-rs/toolchain@v1
_chainspecs/init.sh
@@ -1,3 +1,4 @@
1
#!/usr/bin/env bash
2
# coretime westend
3
+cd "$(dirname "$0")"
4
wget https://github.com/paritytech/polkadot-sdk/raw/refs/heads/master/cumulus/parachains/chain-specs/coretime-westend.json
0 commit comments