Skip to content
Snippets Groups Projects
Commit 477ea1d7 authored by Bryan Chen's avatar Bryan Chen
Browse files

fix

parent a98ac5b5
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ jobs:
override: true
default: true
- name: Install cargo-unleash
run: cargo install cargo-unleash --git git@github.com:xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
- name: Prepare
run: make Cargo.toml
- name: Cargo unleash check
......
......@@ -15,7 +15,7 @@ jobs:
toolchain: stable
override: true
- run: make Cargo.toml
run: cargo install cargo-unleash --git git@github.com:xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
- run: cargo unleash em-dragons
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment