3
0
Fork 0
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:
David Tolnay 2021-10-08 00:20:42 -04:00
parent 3b7f7d5ac9
commit d9d571073c
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- run: cargo install cargo-expand
- run: cargo install --force cargo-expand
- id: which
run: echo "::set-output name=which::$(which cargo-expand)"
- run: echo "$PRIVATE_KEY" | gpg --import

View file

@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
- run: cargo install cxxbridge-cmd
- run: cargo install --force cxxbridge-cmd
- id: which
run: echo "::set-output name=which::$(which cxxbridge)"
- run: echo "$PRIVATE_KEY" | gpg --import