More updates

This commit is contained in:
Pranav Gaddamadugu 2024-10-22 13:51:11 -07:00
parent 0a0f38a640
commit f961092a03
3 changed files with 3 additions and 1 deletions

View File

@ -29,7 +29,7 @@ commands:
- run:
name: Install Rust
command: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s --y
rustup toolchain install $RUST_VERSION --profile minimal
rustup default $RUST_VERSION
cargo --version --verbose

View File

@ -1,3 +1,4 @@
# This workflow is no longer in use as we have paused the ACL2 work on the Leo repo.
name: Leo-ACL2
on: workflow_dispatch
env:

View File

@ -1,3 +1,4 @@
# This workflow is no longer in use as we do not have any Mermaid diagrams in the Leo repo.
name: Markdown Compiler
on: