mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 05:00:59 +03:00
More updates
This commit is contained in:
parent
0a0f38a640
commit
f961092a03
@ -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
|
||||
|
@ -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:
|
@ -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:
|
Loading…
Reference in New Issue
Block a user