We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8149532 commit 6d88048Copy full SHA for 6d88048
1 file changed
.github/workflows/ci.yml
@@ -124,6 +124,11 @@ jobs:
124
- uses: actions/checkout@v6
125
with:
126
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
132
133
- name: Install Protoc
134
uses: arduino/setup-protoc@v3
0 commit comments