Skip to content

Commit 477ea1d

Browse files
committed
fix
1 parent a98ac5b commit 477ea1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
override: true
2121
default: true
2222
- name: Install cargo-unleash
23-
run: cargo install cargo-unleash --git git@github.com:xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
23+
run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
2424
- name: Prepare
2525
run: make Cargo.toml
2626
- name: Cargo unleash check

.github/workflows/publish_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
toolchain: stable
1616
override: true
1717
- run: make Cargo.toml
18-
run: cargo install cargo-unleash --git git@github.com:xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
18+
run: cargo install cargo-unleash --git https://github.com/xlc/cargo-unleash.git # https://github.com/paritytech/cargo-unleash/pull/38
1919
- run: cargo unleash em-dragons
2020
env:
2121
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}

0 commit comments

Comments
 (0)