diff --git a/action.yml b/action.yml index a54f1dc..7650467 100644 --- a/action.yml +++ b/action.yml @@ -32,12 +32,6 @@ runs: steps: - name: Install Rust uses: actions-rs/toolchain@v1.0.7 - with: - # From https://github.com/model-checking/kani/blob/kani-0.21.0/rust-toolchain.toml - # Should be updated every time we update the version to keep in sync. - # This should be automated https://github.com/model-checking/kani-github-action/issues/9 - toolchain: nightly-2022-12-11 - override: true - name: Install Kani shell: bash