Skip to content

Commit 6d88048

Browse files
committed
fix(ci,perf): checkout all submodules in perf step
1 parent 8149532 commit 6d88048

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,11 @@ jobs:
124124
- uses: actions/checkout@v6
125125
with:
126126
ref: ${{ github.ref }}
127+
# `benches/js-runtime-perf` is a workspace member that depends on
128+
# `secutils`, which pulls in `retrack-types` from the retrack
129+
# submodule. Without it, `cargo metadata`/`cargo build` fail to load
130+
# the workspace manifest.
131+
submodules: true
127132

128133
- name: Install Protoc
129134
uses: arduino/setup-protoc@v3

0 commit comments

Comments
 (0)