You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the action multiple times and it starts occurring
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-22.04
Expected behavior?
It would bump the .toml version and continue
Relevant log output
/home/runner/.cargo/bin/rustup show
Default host: x86_64-unknown-linux-gnu
rustup home: /home/runner/.rustup
stable-x86_64-unknown-linux-gnu (default)
rustc 1.81.0 (eeb90cda1 2024-09-04)
/home/runner/.cargo/bin/rustup -V
rustup 1.27.1 (54dd3d00f 2024-04-24)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.81.0 (eeb90cda1 2024-09-04)`
Installed rustup 1.27.1 support profiles
/home/runner/.cargo/bin/rustup set profile minimal
info: profile set to 'minimal'
/home/runner/.cargo/bin/rustup toolchain install stable
info: syncing channel updates for'stable-x86_64-unknown-linux-gnu'
stable-x86_64-unknown-linux-gnu unchanged - rustc 1.81.0 (eeb90cda1 2024-09-04)
info: checking for self-update
warning: tool `rust-analyzer` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
warning: tool `rustfmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
warning: tool `cargo-fmt` is already installed, remove it from `/home/runner/.cargo/bin`, then run `rustup update` to have rustup manage this tool.
/home/runner/.cargo/bin/rustup override set stable
info: override toolchain for'/home/runner/work/orca/orca'set to 'stable-x86_64-unknown-linux-gnu'
Gathering installed versions
Run actions/cache@v4
Received 0 of 61161845 (0.0%), 0.0 MBs/sec
Cache Size: ~58 MB (61161845 B)
/usr/bin/tar -xf /home/runner/work/_temp/f65864e3-1a30-4c65-829b-bec132c09e4e/cache.tzst -P -C /home/runner/work/orca/orca --use-compress-program unzstd
Cache restored successfully
Cache restored from key: Linux-cargo-cargo-bump
Run cargo install cargo-bump
Updating crates.io index
error: binary `cargo-bump` already exists in destination
Add --force to overwrite
Has all relevant logs been included?
I've included all relevant logs
Anything else?
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Does this issue exist in the latest version?
Describe the bug?
My actions fails as it claims cargo-bump already exists. I see that it is internally using some sort of caching mechanism but it does not seem like there is anyway to bypass it.
https://github.com/thesuhas/orca/actions/runs/11059645773/job/30728553291
To Reproduce
Run the action multiple times and it starts occurring
What OS are you seeing the problem on?
ubuntu-latest or ubuntu-22.04
Expected behavior?
It would bump the
.toml
version and continueRelevant log output
Has all relevant logs been included?
Anything else?
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: