Skip to content

Commit a5e5be9

Browse files
author
vpramon
committed
refactor: remove validation step for required submodules in CI workflow
1 parent 06d8076 commit a5e5be9

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,6 @@ jobs:
6969
restore-keys: |
7070
${{ runner.os }}-cargo-
7171
72-
- name: Validate required submodules exist
73-
shell: bash
74-
run: |
75-
set -euo pipefail
76-
test -f siderust-ffi/Cargo.toml
77-
test -f siderust-ffi/siderust/dev-deps/tempoch/tempoch-ffi/Cargo.toml
78-
test -f qtty-cpp/CMakeLists.txt
79-
8072
- name: Configure (CMake)
8173
shell: bash
8274
run: |

0 commit comments

Comments
 (0)