Skip to content

Commit

Permalink
Try different submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Oct 8, 2024
1 parent 5b85ea8 commit a418312
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,13 @@ jobs:
- image: cimg/rust:1.76
resource_class: xlarge
steps:
- checkout:
submodules: true
submodule_recursive: true
- checkout
- install_rust_nightly
- setup_environment:
cache_key: leo-fmt-cache
- run:
name: Update Submodules
command: git submodule update --init --recursive
- run:
name: Check style
no_output_timeout: 35m
Expand All @@ -71,11 +72,12 @@ jobs:
- image: cimg/rust:1.76
resource_class: xlarge
steps:
- checkout:
submodules: true
submodule_recursive: true
- checkout
- setup_environment:
cache_key: leo-clippy-cache
- run:
name: Update Submodules
command: git submodule update --init --recursive
- run:
name: Clippy
no_output_timeout: 35m
Expand All @@ -90,11 +92,12 @@ jobs:
- image: cimg/rust:1.76
resource_class: xlarge
steps:
- checkout:
submodules: true
submodule_recursive: true
- checkout
- setup_environment:
cache_key: leo-executable-cache
- run:
name: Update Submodules
command: git submodule update --init --recursive
- run:
name: Build and install Leo
no_output_timeout: 30m
Expand Down

0 comments on commit a418312

Please sign in to comment.