Skip to content

Commit

Permalink
Fix CI (cargo-deb) (#253)
Browse files Browse the repository at this point in the history
Signed-off-by: david <david@lemarier.ca>

Signed-off-by: david <david@lemarier.ca>
  • Loading branch information
lemarier committed Nov 21, 2022
1 parent b99fa3f commit 098a924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ test-build-linux-stable:
- if: $CI_COMMIT_BRANCH =~ /^fix/ # Fix
script:
# cargo-deb@1.41 require a non-stable flag
- cargo install cargo-deb@1.40.5
- cargo install cargo-deb --version 1.40.5
- ./scripts/gitlab/test_linux_stable.sh
# we're using the bin built here, instead of having a parallel `build-linux-release`
# disputes feature is needed for zombie-net parachains malus test
Expand Down

0 comments on commit 098a924

Please sign in to comment.