Skip to content

Commit

Permalink
XXX: Custom Substrate binary: must revert with next release
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io>
  • Loading branch information
lexnv committed Jul 5, 2023
1 parent 1f2c9ba commit e970529
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ jobs:

- name: Download Substrate
run: |
curl $SUBSTRATE_URL --output substrate --location
chmod +x substrate
./substrate --version
chmod +x ./artifacts/substrate
./artifacts/substrate --version
mkdir -p ~/.local/bin
mv substrate ~/.local/bin
cp ./artifacts/substrate ~/.local/bin
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,10 @@ jobs:

- name: Download Substrate
run: |
curl $SUBSTRATE_URL --output substrate --location
chmod +x substrate
./substrate --version
chmod +x ./artifacts/substrate
./artifacts/substrate --version
mkdir -p ~/.local/bin
mv substrate ~/.local/bin
cp ./artifacts/substrate ~/.local/bin
- name: Install Rust stable toolchain
uses: actions-rs/toolchain@v1
Expand Down
Binary file added artifacts/substrate
Binary file not shown.

0 comments on commit e970529

Please sign in to comment.