mirror of
https://github.com/dtolnay/install.git
synced 2024-11-22 16:29:32 +01:00
Force rebuild even if GitHub image contains crate
This commit is contained in:
parent
3b7f7d5ac9
commit
d9d571073c
2 changed files with 2 additions and 2 deletions
2
.github/workflows/cargo-expand.yml
vendored
2
.github/workflows/cargo-expand.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- run: cargo install cargo-expand
|
- run: cargo install --force cargo-expand
|
||||||
- id: which
|
- id: which
|
||||||
run: echo "::set-output name=which::$(which cargo-expand)"
|
run: echo "::set-output name=which::$(which cargo-expand)"
|
||||||
- run: echo "$PRIVATE_KEY" | gpg --import
|
- run: echo "$PRIVATE_KEY" | gpg --import
|
||||||
|
|
2
.github/workflows/cxxbridge-cmd.yml
vendored
2
.github/workflows/cxxbridge-cmd.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
- run: cargo install cxxbridge-cmd
|
- run: cargo install --force cxxbridge-cmd
|
||||||
- id: which
|
- id: which
|
||||||
run: echo "::set-output name=which::$(which cxxbridge)"
|
run: echo "::set-output name=which::$(which cxxbridge)"
|
||||||
- run: echo "$PRIVATE_KEY" | gpg --import
|
- run: echo "$PRIVATE_KEY" | gpg --import
|
||||||
|
|
Loading…
Reference in a new issue