Skip to content

Commit 0131b61

Browse files
Add node monitor diagnostics (#1681)
Co-authored-by: Ignacio Duart <[email protected]>
1 parent b2aefc8 commit 0131b61

File tree

51 files changed

+1470
-59254
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1470
-59254
lines changed

.github/workflows/cross-compile.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414

1515
steps:
1616
- uses: actions/checkout@v4
17-
with:
18-
submodules: true
17+
# with:
18+
# submodules: true
1919

2020
- name: Install Rust
2121
uses: dtolnay/rust-toolchain@stable
@@ -49,8 +49,8 @@ jobs:
4949

5050
steps:
5151
- uses: actions/checkout@v4
52-
with:
53-
submodules: true
52+
# with:
53+
# submodules: true
5454

5555
- name: Install Rust
5656
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)