Skip to content
Snippets Groups Projects
Unverified Commit 0f7acb52 authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi Committed by GitHub
Browse files

[CI] Fix parity-publish (#5670)


Install with `--locked` to try to fix the CI.

Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent 7d30806f
No related merge requests found
Pipeline #496637 waiting for manual action with stages
in 55 minutes and 5 seconds
......@@ -73,7 +73,7 @@ jobs:
- name: install parity-publish
# Set the target dir to cache the build.
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.8.0 -q
run: CARGO_TARGET_DIR=./target/ cargo install parity-publish@0.8.0 --locked -q
- name: check semver
run: |
......
......@@ -24,7 +24,7 @@ jobs:
cache-on-failure: true
- name: install parity-publish
run: cargo install parity-publish@0.8.0
run: cargo install parity-publish@0.8.0 --locked -q
- name: parity-publish check
run: parity-publish --color always check --allow-unpublished
......@@ -18,7 +18,7 @@ jobs:
cache-on-failure: true
- name: install parity-publish
run: cargo install parity-publish@0.8.0
run: cargo install parity-publish@0.8.0 --locked -q
- name: parity-publish claim
env:
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment