diff --git a/.github/workflows/cargo-expand.yml b/.github/workflows/cargo-expand.yml index 77141c5..adacdb8 100644 --- a/.github/workflows/cargo-expand.yml +++ b/.github/workflows/cargo-expand.yml @@ -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 diff --git a/.github/workflows/cxxbridge-cmd.yml b/.github/workflows/cxxbridge-cmd.yml index 7fd378d..f396b36 100644 --- a/.github/workflows/cxxbridge-cmd.yml +++ b/.github/workflows/cxxbridge-cmd.yml @@ -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