mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-16 04:41:20 +00:00
parent
23d7d1a247
commit
d20dec05be
@ -7,7 +7,7 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
- run: wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.20.0/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
|
- run: wget -q -O- https://github.com/obi1kenobi/cargo-semver-checks/releases/download/v0.22.1/cargo-semver-checks-x86_64-unknown-linux-gnu.tar.gz | tar -xz -C ~/.cargo/bin
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
- name: Get released version
|
- name: Get released version
|
||||||
|
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -58,9 +58,9 @@ jobs:
|
|||||||
echo "code=${RESPONSE_CODE}" >> $GITHUB_OUTPUT
|
echo "code=${RESPONSE_CODE}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- uses: ./.github/actions/cargo-semver-checks
|
- uses: ./.github/actions/cargo-semver-checks
|
||||||
if: steps.check-released.outputs.code == 200 # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped.
|
if: steps.check-released.outputs.code == 200 && !contains(fromJSON('["libp2p-swarm-derive"]'), env.CRATE) # Workaround until https://github.com/obi1kenobi/cargo-semver-check/issues/146 is shipped.
|
||||||
with:
|
with:
|
||||||
crate: env.CRATE
|
crate: ${{ env.CRATE }}
|
||||||
|
|
||||||
- name: Enforce no dependency on meta crate
|
- name: Enforce no dependency on meta crate
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user