Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The GitHub action installs two Rust toolchains #27

Open
zhassan-aws opened this issue Feb 15, 2023 · 0 comments
Open

The GitHub action installs two Rust toolchains #27

zhassan-aws opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@zhassan-aws
Copy link
Contributor

With #26, the GitHub action now installs two Rust toolchains:

  1. The stable toolchain (explicitly through the actions-rs/toolchain action)
  2. Kani's integrated toolchain (through the cargo-kani setup step).

The action should instead install the toolchain needed by Kani directly. This can be done by parsing Kani's rust-toolchain.toml file.

@zhassan-aws zhassan-aws added the bug Something isn't working label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant